wip fix progress

This commit is contained in:
Brigitte Warner
2014-09-23 17:42:15 -04:00
parent 1b7e40b827
commit 57f268a4f8
5 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
- if user_signed_in?
/[Collect the nav links, forms, and other content for toggling]
%div{class: "collapse navbar-collapse", id:"bs-example-navbar-collapse-1"}
#bs-example-navbar-collapse-1.collapse.navbar-collapse
%ul{class: "nav navbar-nav"}
%li
%a{href: new_time_entry_path} Add Time Entry
+1 -1
View File
@@ -2,7 +2,7 @@
%p
.control-group
.controls{ class: "bootstrap-timepicker col-xs-12 col-sm-12 col-md-12 input-group"}
.controls.bootstrap-timepicker.col-xs-12.col-sm-12.col-md-12.input-group
.span{ class: "input-group-addon", style: "min-width: 100px; font-size: large"} Date
%input{id: "date_id", placeholder: "Date", type: "text", class: "datepicker input-large col-xs-12 col-sm-12 col-md-12 form-control" }
.help-block