new design/layout started. projects page
This commit is contained in:
parent
3fa770dd10
commit
1ffb4b98c0
12 changed files with 605 additions and 43 deletions
6
app/views/layouts/_page_title.html.haml
Normal file
6
app/views/layouts/_page_title.html.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- if content_for?(:page_title)
|
||||
= yield :page_title
|
||||
- else
|
||||
.page-title
|
||||
.container_3
|
||||
%h1= controller.controller_name.capitalize
|
Loading…
Add table
Add a link
Reference in a new issue