Skip to content

Commit

Permalink
Updated missing icons to fontawesome v6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminfaure committed Oct 16, 2023
1 parent b0cbb37 commit 3e417e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/paginable/templates/_customisable.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<% elsif customization.draft? %>
<% tooltip = _('You have unpublished changes! Select "Publish changes" in the Actions menu when you are ready to make them available to users.') %>
<%= _('Published') %> <em class="sr-only"><%= tooltip %></em>
&nbsp;&nbsp;<i class="fas fa-edit red" aria-hidden="true" data-toggle="tooltip" title="<%= tooltip %>"></i>
&nbsp;&nbsp;<i class="fas fa-pen-to-square red" aria-hidden="true" data-toggle="tooltip" title="<%= tooltip %>"></i>
<% else %>
<%= _('Unpublished') %>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/paginable/templates/_organisational.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<% elsif template.draft? %>
<% tooltip = _('You have unpublished changes! Select "Publish changes" in the Actions menu when you are ready to make them available to users.') %>
<%= _('Published') %> <em class="sr-only"><%= tooltip %></em>
&nbsp;&nbsp;<i class="far fa-edit red" aria-hidden="true" data-toggle="tooltip" title="<%= tooltip %>"></i>
&nbsp;&nbsp;<i class="far fa-pen-to-square red" aria-hidden="true" data-toggle="tooltip" title="<%= tooltip %>"></i>
<% else %>
<%= _('Unpublished') %>
<% end %>
Expand Down

0 comments on commit 3e417e2

Please sign in to comment.