forked from fixin.me/fixin.me
Change 'Back' button to tab
This commit is contained in:
parent
769e4af603
commit
c6a7838df1
@ -1,6 +1,6 @@
|
|||||||
<% content_for :navigation, flush: true do %>
|
<% content_for :navigation, flush: true do %>
|
||||||
<%= image_link_to t(:back), 'arrow-left-bold-outline',
|
<%= link_to svg_tag("pictograms/arrow-left-bold-outline") + t(:back),
|
||||||
request.referer.present? ? :back : root_path %>
|
request.referer.present? ? :back : root_path, class: 'tab' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="rightside buttongrid">
|
<div class="rightside buttongrid">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user