Commit eb2da9759186743477c019a3ba2d3ded4df66b21
1 parent
c21021f9
Exists in
master
and in
29 other branches
ActionItem323: various small formattings
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1729 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
2 additions
and
6 deletions
Show diff stats
app/views/search/_search_form.rhtml
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <div class="search-options search-in"> | 14 | <div class="search-options search-in"> |
15 | <h4><%= _('Search in:') %></h4> | 15 | <h4><%= _('Search in:') %></h4> |
16 | <ul> | 16 | <ul> |
17 | - <li><%= labelled_radio_button _('Only in %s') % @category.full_name(' → '), :search_whole_site, 'no', true %></li> | 17 | + <li><%= labelled_radio_button _('Only in %s') % @category.name, :search_whole_site, 'no', true %></li> |
18 | <li><%= labelled_radio_button _('Whole site'), :search_whole_site, 'yes' %></li> | 18 | <li><%= labelled_radio_button _('Whole site'), :search_whole_site, 'yes' %></li> |
19 | </ul> | 19 | </ul> |
20 | </div><!-- fim class="search-options" --> | 20 | </div><!-- fim class="search-options" --> |
app/views/search/category_index.rhtml
1 | <div id="view-category"> | 1 | <div id="view-category"> |
2 | 2 | ||
3 | - <div id="category-ancestors"> | ||
4 | - <%= @category.ancestors.reverse.map { |a| link_to_category(a, false) }.join(' → ') %> | ||
5 | - </div><!-- end id="category-ancestors" --> | ||
6 | - | ||
7 | <h1 id="category-name"><%= _('Category: %s') % @category.name %></h1> | 3 | <h1 id="category-name"><%= _('Category: %s') % @category.name %></h1> |
8 | 4 | ||
9 | <%= render :partial => 'display_results' %> | 5 | <%= render :partial => 'display_results' %> |
app/views/search/index.rhtml
@@ -2,6 +2,6 @@ | @@ -2,6 +2,6 @@ | ||
2 | 2 | ||
3 | <%= render :partial => 'display_results' %> | 3 | <%= render :partial => 'display_results' %> |
4 | 4 | ||
5 | -<%= render :partial => 'search_form', :locals => { :form_title => _("Filter your search") } %> | 5 | +<%= render :partial => 'search_form', :locals => { :form_title => _("Refine your search") } %> |
6 | <br style="clear:both" /> | 6 | <br style="clear:both" /> |
7 | 7 |