Commit 9f8115cb authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '212562-ui-cleanup' into 'master'

Update SavedChangesMessage styling

See merge request gitlab-org/gitlab!29338
parents d9efe8cf b948185a
...@@ -45,13 +45,17 @@ export default { ...@@ -45,13 +45,17 @@ export default {
) )
}} }}
</p> </p>
<div> <div class="d-flex justify-content-end">
<gl-new-button ref="returnToSiteButton" :href="returnUrl">{{ <gl-new-button ref="returnToSiteButton" :href="returnUrl">{{
s__('StaticSiteEditor|Return to site') s__('StaticSiteEditor|Return to site')
}}</gl-new-button> }}</gl-new-button>
<gl-new-button ref="mergeRequestButton" :href="mergeRequest.url" variant="info">{{ <gl-new-button
s__('StaticSiteEditor|View merge request') ref="mergeRequestButton"
}}</gl-new-button> class="ml-2"
:href="mergeRequest.url"
variant="success"
>{{ s__('StaticSiteEditor|View merge request') }}</gl-new-button
>
</div> </div>
</div> </div>
...@@ -61,19 +65,19 @@ export default { ...@@ -61,19 +65,19 @@ export default {
<h4>{{ s__('StaticSiteEditor|Summary of changes') }}</h4> <h4>{{ s__('StaticSiteEditor|Summary of changes') }}</h4>
<ul> <ul>
<li> <li>
{{ s__('StaticSiteEditor|A new branch was created:') }} {{ s__('StaticSiteEditor|You created a new branch:') }}
<gl-link ref="branchLink" :href="branch.url">{{ branch.label }}</gl-link> <gl-link ref="branchLink" :href="branch.url">{{ branch.label }}</gl-link>
</li> </li>
<li> <li>
{{ s__('StaticSiteEditor|Your changes were committed to it:') }} {{ s__('StaticSiteEditor|You created a merge request:') }}
<gl-link ref="commitLink" :href="commit.url">{{ commit.label }}</gl-link>
</li>
<li>
{{ s__('StaticSiteEditor|A merge request was created:') }}
<gl-link ref="mergeRequestLink" :href="mergeRequest.url">{{ <gl-link ref="mergeRequestLink" :href="mergeRequest.url">{{
mergeRequest.label mergeRequest.label
}}</gl-link> }}</gl-link>
</li> </li>
<li>
{{ s__('StaticSiteEditor|You added a commit:') }}
<gl-link ref="commitLink" :href="commit.url">{{ commit.label }}</gl-link>
</li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -19359,12 +19359,6 @@ msgstr "" ...@@ -19359,12 +19359,6 @@ msgstr ""
msgid "Static Application Security Testing (SAST)" msgid "Static Application Security Testing (SAST)"
msgstr "" msgstr ""
msgid "StaticSiteEditor|A merge request was created:"
msgstr ""
msgid "StaticSiteEditor|A new branch was created:"
msgstr ""
msgid "StaticSiteEditor|Return to site" msgid "StaticSiteEditor|Return to site"
msgstr "" msgstr ""
...@@ -19377,10 +19371,16 @@ msgstr "" ...@@ -19377,10 +19371,16 @@ msgstr ""
msgid "StaticSiteEditor|View merge request" msgid "StaticSiteEditor|View merge request"
msgstr "" msgstr ""
msgid "StaticSiteEditor|Your changes have been submitted and a merge request has been created. The changes won’t be visible on the site until the merge request has been accepted." msgid "StaticSiteEditor|You added a commit:"
msgstr "" msgstr ""
msgid "StaticSiteEditor|Your changes were committed to it:" msgid "StaticSiteEditor|You created a merge request:"
msgstr ""
msgid "StaticSiteEditor|You created a new branch:"
msgstr ""
msgid "StaticSiteEditor|Your changes have been submitted and a merge request has been created. The changes won’t be visible on the site until the merge request has been accepted."
msgstr "" msgstr ""
msgid "Statistics" msgid "Statistics"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment