upgrade to different theme for main webpage

This commit is contained in:
2012-11-09 12:25:59 +01:00
parent 6e1710ee2e
commit d41994866b
45 changed files with 479 additions and 77 deletions
+9 -1
View File
@@ -1,6 +1,14 @@
- model_class = Section
.page-header= title :show, @section
dl.dl-horizontal.show-list
dt= model_class.human_attribute_name(:title)
dd= @section.title
dl.dl-horizontal.show-list
dt= model_class.human_attribute_name(:width)
dd= @section.width
dl.dl-horizontal.show-list
dt= model_class.human_attribute_name(:height)
dd= @section.height
.form-actions
= link_to t("helpers.links.back"), suppliers_sections_path, class: 'btn'
'