Skip to content

Commit

Permalink
Use fa-edit for Kiwi edit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Marcoux committed Oct 15, 2020
1 parent 7cebe92 commit 78cf775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/kiwi/images/_base_info.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
View package
%li.list-inline-item{ class: "#{'d-none' unless is_edit_details_action}" }
= link_to('#', data: { 'target': '#description-edit', 'toggle': 'modal' }) do
%i.text-info.fa.fa-cog
%i.fa.fa-edit.text-secondary
Edit details
- if User.session
%li.list-inline-item
Expand Down
2 changes: 1 addition & 1 deletion src/api/app/views/webui/kiwi/images/_preferences.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
%span.fill{ data: { tag: 'type_containerconfig_tag' } }= preference.type_containerconfig_tag
%p
= link_to('#', data: { 'target': '#preferences-edit', 'toggle': 'modal' }) do
%i.fas.fa-cog.text-secondary
%i.fas.fa-edit.text-secondary
Edit Preferences
= render partial: 'preferences_form', locals: { f: f }

0 comments on commit 78cf775

Please sign in to comment.