Commit f9f2afca08ecba38a73926f16624909940b561d4

Authored by Melissa Wen
1 parent b0fc622e

fix syntax error on software catalog sortby option

src/noosfero-spb/software_communities/views/search/_software_search_form.html.erb
... ... @@ -46,7 +46,6 @@
46 46  
47 47 <div id="catalog-display-options-sort">
48 48 <%= _('Sort by:') %>
49   - <%= select_tag("software_display",
50 49 <%= select_tag("sort",
51 50 options_for_select(
52 51 [
... ...