Fixed admin, orders, wiki views. Converted all erb to haml.
This commit is contained in:
parent
699fb9b233
commit
552c553b77
169 changed files with 1158 additions and 1307 deletions
|
|
@ -15,9 +15,9 @@
|
|||
.container-fluid
|
||||
.row-fluid
|
||||
- if content_for?(:sidebar)
|
||||
.span2
|
||||
.span3
|
||||
= yield(:sidebar)
|
||||
.span10
|
||||
.span9
|
||||
= bootstrap_flash
|
||||
- if show_title?
|
||||
.page-header
|
||||
|
|
@ -33,3 +33,4 @@
|
|||
%footer
|
||||
%p
|
||||
Foodsoft, open source software to manage a non-profit food coop.
|
||||
#modalContainer
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
<%= yield %>
|
||||
|
||||
--
|
||||
FoodSoft: <%= root_url %>
|
||||
Foodcoop-Homepage: <%= FoodsoftConfig[:homepage] %>
|
||||
Hilfe/Help: <%= FoodsoftConfig[:help_url] %>
|
||||
5
app/views/layouts/email.text.haml
Normal file
5
app/views/layouts/email.text.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= yield
|
||||
\--
|
||||
FoodSoft: #{root_url}
|
||||
Foodcoop-Homepage: #{FoodsoftConfig[:homepage]}
|
||||
Hilfe/Help: #{FoodsoftConfig[:help_url]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue