mirror of https://github.com/fspc/BikeShed-1.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
611 B
21 lines
611 B
= stylesheet_link_tag "bootstrap_and_overrides", :media => "all"
|
|
%h2 Dashboard
|
|
|
|
%p
|
|
%p
|
|
%a{class: "btn btn-lg btn-block btn-primary"} Add Time Entry
|
|
%p
|
|
%a{class: "btn btn-lg btn-block btn-primary"} View Timesheet
|
|
%p
|
|
%a{class: "btn btn-lg btn-block btn-primary", href: new_bike_path} Add Bike
|
|
|
|
%p Your Bikes:
|
|
%ol
|
|
%li Bike 1
|
|
%li Bike 2
|
|
|
|
%p
|
|
%p
|
|
%a{class: "btn btn-lg btn-block btn-primary hidden-xs", href: admin_index_path} Admin View
|
|
%p
|
|
%input{id: "index_logout", value: "Logout", type: "button", class: "btn btn-lg btn-block btn-danger", "data-url" => destroy_user_session_path }
|
|
|