1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

remove unnecessary home button from views

This commit is contained in:
Brigitte Warner 2014-08-14 21:15:59 -04:00
parent 0cc44273d0
commit 1862f5dbc1
5 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,3 @@
%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 Add Bike %h2 Add Bike
%p %p

View File

@ -2,8 +2,6 @@
%p %p
%a{class: "btn btn-lg btn-block btn-info", href: new_bike_path} Add Another Bike? %a{class: "btn btn-lg btn-block btn-info", href: new_bike_path} Add Another Bike?
%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 #{@bike.shop_id}: #{@bike.bike_brand} %h2 #{@bike.shop_id}: #{@bike.bike_brand}
%h2 #{@bike.model} %h2 #{@bike.model}

View File

@ -1,5 +1,3 @@
%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 Task List %h2 Task List
%h3 %h3
%a{ href: bike_path(@task_list.item)}#{@task_list.item.shop_id} #{@task_list.item.bike_brand} %a{ href: bike_path(@task_list.item)}#{@task_list.item.shop_id} #{@task_list.item.bike_brand}

View File

@ -1,5 +1,3 @@
%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 Your Timesheet %h2 Your Timesheet
%dl.dl-horizontal %dl.dl-horizontal

View File

@ -1,5 +1,3 @@
%a{ class: "btn btn-default btn-lg", href: root_path}
%span{ class:"icon-home"}
%h2 Add Time Entry %h2 Add Time Entry
%p %p