Skip to content

Commit

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

- html_title(l(:label_hedgedoc_pad_plural))

h2 = font_awesome_icon('fas_file-alt', post_text: l(:label_hedgedoc_pad_plural))
h2#page-title.icon
= svg_icon_tag 'filelist', size: 24
= l :label_hedgedoc_pad_plural

- if @hedgedoc_pads.any?
.autoscroll
Expand Down

0 comments on commit af7131f

Please sign in to comment.