Skip to content

Commit

Permalink
31 Add more content view helpers
Browse files Browse the repository at this point in the history
- Breadcrumb yield content was added
  • Loading branch information
tayfunoziserikan committed Aug 12, 2013
1 parent 840b303 commit 4fc953c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions source/assets/stylesheets/application.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ form
.title
font-weight: 800
color: $base-color
a
color: darken($silver, 20)

#toolbar
margin-top: -70px
Expand Down
5 changes: 3 additions & 2 deletions source/partials/_breadcrumb.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%ul#breadcrumb.breadcrumb
%li.title Dashboard
%li.active Reports
%li.title=yield_content :title
%li=link_to 'Lorem', '#'
%li.active=link_to 'ipsum', '#'

0 comments on commit 4fc953c

Please sign in to comment.