From be97729eef347d9db2e6e80eca0dbbb01d913d1b Mon Sep 17 00:00:00 2001 From: Ilya Konanykhin Date: Tue, 27 Dec 2016 09:28:58 +0600 Subject: [PATCH] Fix: do not hide link to Desktop View on mobiles --- app/views/site/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/index.html.haml b/app/views/site/index.html.haml index 2f155a1..339813b 100644 --- a/app/views/site/index.html.haml +++ b/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'