Commit 38212a81750a3fda6079a4c53b0b5e0ee6f9975a
1 parent
1ee193f2
Exists in
master
and in
23 other branches
ActionItem114: replacing tabs with 8 spaces
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@813 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
app/views/layouts/application.rhtml
| ... | ... | @@ -32,21 +32,21 @@ |
| 32 | 32 | <div id='noosfero_bar' class='category<%= category_color %>'> |
| 33 | 33 | <div id='top_bar' class='category<%= category_color %>'> |
| 34 | 34 | <div id='accessibility_menu'> |
| 35 | - <a href='#content' title='Ir para o conteúdo'>Ir para conteúdo</a> | |
| 36 | - <%= accessibility_link %> | |
| 35 | + <a href='#content' title='Ir para o conteúdo'>Ir para conteúdo</a> | |
| 36 | + <%= accessibility_link %> | |
| 37 | 37 | </div><!-- accessibility_menu --> |
| 38 | - <div id='path_category'> | |
| 38 | + <div id='path_category'> | |
| 39 | 39 | <% if @category %> |
| 40 | 40 | <%= @category.full_name %> |
| 41 | - <% else @category %> | |
| 41 | + <% else @category %> | |
| 42 | 42 | <div id='user_options'> |
| 43 | - <%= user_options.join(' ') %> | |
| 44 | - </div><!-- id='user_options' --> | |
| 43 | + <%= user_options.join(' ') %> | |
| 44 | + </div><!-- id='user_options' --> | |
| 45 | 45 | <% end %> |
| 46 | - </div> | |
| 46 | + </div> | |
| 47 | 47 | </div> |
| 48 | 48 | <div id='search_box'> |
| 49 | - <%= search_box %> | |
| 49 | + <%= search_box %> | |
| 50 | 50 | </div><!-- id='search_box' --> |
| 51 | 51 | |
| 52 | 52 | <div id='navigation_bar' class='category<%= category_color %>'> |
| ... | ... | @@ -83,7 +83,7 @@ |
| 83 | 83 | |
| 84 | 84 | <div id="footer"> |
| 85 | 85 | <!-- <a name='footer'/></a> --> |
| 86 | - <%= localist_menu %> | |
| 86 | + <%= localist_menu %> | |
| 87 | 87 | <%= footer %> |
| 88 | 88 | </div><!-- id="footer" --> |
| 89 | 89 | </body> | ... | ... |