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:
parent
0cc44273d0
commit
1862f5dbc1
@ -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
|
||||||
|
@ -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}
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user