Commit 36acdeac authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by David O'Regan

Update markup in blob/edit.html.haml

parent d628170d
...@@ -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
......
...@@ -39403,6 +39403,9 @@ msgstr "" ...@@ -39403,6 +39403,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