Skip to content
Snippets Groups Projects
Verified Commit edcdeb86 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove icons from file edit tabs

parent f60b48bd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment