Commit 3fc170c60013f9b3069aa2143b7be6be3d06e7de
1 parent
21b31f9a
Exists in
master
and in
28 other branches
ActionItem0: adding div options to template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@336 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/application.rhtml
... | ... | @@ -12,8 +12,9 @@ |
12 | 12 | <body> |
13 | 13 | <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %> |
14 | 14 | <div id="wrap"> |
15 | + <div id="design_edit_bar"> | |
16 | + </div> | |
15 | 17 | <div id="frame"> |
16 | - | |
17 | 18 | <div id="menu"> |
18 | 19 | <%= _('Skip to:') %> |
19 | 20 | <a href="#main_content"><%= _('Content') %></a> | | ... | ... |