Skip to content

Commit

Permalink
Working on svg icons - more updates #12953
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 14, 2024
1 parent af7131f commit c0ab03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/hedgedocs/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.contextual
= link_to l(:label_new_hedgedoc_pad), new_hedgedoc_pad_path, class: 'icon icon-add new-hedgedoc-pad external'
= link_to sprite_icon('add', l(:label_new_hedgedoc_pad)),
new_hedgedoc_pad_path,
class: 'icon icon-add new-hedgedoc-pad external'
= link_to svg_icon_tag('filelist', label: l(:label_switch_to_hedgedoc)),
RedmineHedgedoc.setting(:hedgedoc_url), class: 'icon icon-hedgedoc external'

Expand Down

0 comments on commit c0ab03f

Please sign in to comment.