summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-04 19:47:24 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-04 19:47:24 +0300
commitedcdeb86fe40f5b66f3d1a1f57965f2299de3008 (patch)
tree488a8d47b1954bd5332e94d383dc240338d8b46e
parentf60b48bdcb4762451618fe03bca98581282a0904 (diff)
downloadgitlab-ce-dz-remove-icons.tar.gz
Remove icons from file edit tabsdz-remove-icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/projects/blob/edit.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/blob/edit.html.haml b/app/views/projects/blob/edit.html.haml
index e4f04ca7764..b1c9895f43e 100644
--- a/app/views/projects/blob/edit.html.haml
+++ b/app/views/projects/blob/edit.html.haml
@@ -4,12 +4,10 @@
%ul.nav-links.no-bottom.js-edit-mode
%li.active
= link_to '#editor' do
- = icon('edit')
Edit File
%li
= link_to '#preview', 'data-preview-url' => namespace_project_preview_blob_path(@project.namespace, @project, @id) do
- = icon('eye')
= editing_preview_title(@blob.name)
= form_tag(namespace_project_update_blob_path(@project.namespace, @project, @id), method: :put, class: 'form-horizontal js-quick-submit js-requires-input js-edit-blob-form') do