Commit 30078887 authored by David O'Regan's avatar David O'Regan

Merge branch 'Update-markup-in-blob/edit-haml-file' into 'master'

Update markup in blob/edit.html.haml

See merge request gitlab-org/gitlab!63180
parents a7505384 36acdeac
...@@ -5,11 +5,13 @@ ...@@ -5,11 +5,13 @@
- if @conflict - if @conflict
.gl-alert.gl-alert-danger.gl-mb-5.gl-mt-5 .gl-alert.gl-alert-danger.gl-mb-5.gl-mt-5
= sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title') .gl-alert-container
.gl-alert-body = sprite_icon('error', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
Someone edited the file the same time you did. Please check out .gl-alert-content
= link_to "the file", project_blob_path(@project, tree_join(@branch_name, @file_path)), target: "_blank", rel: 'noopener noreferrer', class: 'gl-link' .gl-alert-body
and make sure your changes will not unintentionally remove theirs. Someone edited the file the same time you did. Please check out
= link_to _('the file'), project_blob_path(@project, tree_join(@branch_name, @file_path)), target: "_blank", rel: 'noopener noreferrer', class: 'gl-link'
and make sure your changes will not unintentionally remove theirs.
%h3.page-title.blob-edit-page-title %h3.page-title.blob-edit-page-title
Edit file Edit file
......
...@@ -39385,6 +39385,9 @@ msgstr "" ...@@ -39385,6 +39385,9 @@ msgstr ""
msgid "the correct format." msgid "the correct format."
msgstr "" msgstr ""
msgid "the file"
msgstr ""
msgid "the following issue(s)" msgid "the following issue(s)"
msgstr "" msgstr ""
......
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