Skip to content

Commit

Permalink
Working on svg icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 14, 2024
1 parent 66aba31 commit ec44fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/additional_tags/context_menu.html.slim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ul
- if @tag
li
= link_to l(:button_edit),
= link_to sprite_icon('edit', l(:button_edit)),
edit_additional_tag_path(@tag),
class: 'icon icon-edit'
- else
Expand Down
3 changes: 2 additions & 1 deletion app/views/additional_tags/settings/_manage_tags.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
- manageable_tag_column_values(tag).each do |column|
td = column
td.buttons
= link_to l(:button_edit), edit_additional_tag_path(tag),
= link_to sprite_icon('edit', l(:button_edit)),
edit_additional_tag_path(tag),
class: 'icon icon-edit'
= delete_link additional_tags_path(ids: tag)
- else
Expand Down

0 comments on commit ec44fdc

Please sign in to comment.