forked from fixin.me/fixin.me
Remove pictograms directory
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
</td>
|
||||
<td>
|
||||
<%= svg_tag 'pictograms/checkbox-marked-outline' if user.confirmed_at.present? %>
|
||||
</td>
|
||||
<td><%= svg_tag 'checkbox-marked-outline' if user.confirmed_at.present? %></td>
|
||||
<td><%= l user.created_at, format: :without_tz %></td>
|
||||
<td class="flex">
|
||||
<% if allow_disguise?(user) %>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<% content_for :navigation, flush: true do %>
|
||||
<%= link_to svg_tag('pictograms/arrow-left-bold-outline', t(:back)),
|
||||
<%= link_to svg_tag('arrow-left-bold-outline', t(:back)),
|
||||
request.referer.present? ? :back : root_path, class: 'tab' %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<% content_for :navigation, flush: true do %>
|
||||
<%= link_to svg_tag('pictograms/arrow-left-bold-outline', t(:back)), users_path,
|
||||
class: 'tab' %>
|
||||
<%= link_to svg_tag('arrow-left-bold-outline', t(:back)), users_path, class: 'tab' %>
|
||||
<% end %>
|
||||
|
||||
<%= labeled_form_for @user, html: {class: 'main-area'} do |f| %>
|
||||
|
||||
Reference in New Issue
Block a user