Browse Source

Fix: do not hide link to Desktop View on mobiles

master
Ilya Konanykhin 7 years ago
parent
commit
be97729eef
  1. 2
      app/views/site/index.html.haml

2
app/views/site/index.html.haml

@ -20,7 +20,7 @@
%p
= link_to 'View Your Bike', bike_path(@bike), class: 'btn btn-default btn-block'
.row.fieldset.hidden-xs
.row.fieldset
.col-xs-8.col-sm-3.col-lg-2
%p
= link_to 'Desktop View', admin_index_path, class: 'btn btn-default btn-block'

Loading…
Cancel
Save