Commit e6269fd9b1c061440dd953aa69288d04f50c7866
1 parent
29373306
Exists in
master
and in
22 other branches
fix syntax error on software catalog sortby option
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/noosfero-spb/software_communities/views/search/_software_search_form.html.erb
| @@ -46,7 +46,6 @@ | @@ -46,7 +46,6 @@ | ||
| 46 | 46 | ||
| 47 | <div id="catalog-display-options-sort"> | 47 | <div id="catalog-display-options-sort"> |
| 48 | <%= _('Sort by:') %> | 48 | <%= _('Sort by:') %> |
| 49 | - <%= select_tag("software_display", | ||
| 50 | <%= select_tag("sort", | 49 | <%= select_tag("sort", |
| 51 | options_for_select( | 50 | options_for_select( |
| 52 | [ | 51 | [ |