mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
show the name of the selected set
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
%p
|
||||
= form_tag(new_photo_path, :method => :get, :class => 'form-inline') do
|
||||
= label_tag :set, "Choose a photo set:", :class => 'control-label'
|
||||
= select_tag :set, options_for_select(@sets), :class => 'input-large'
|
||||
= select_tag :set, options_for_select(@sets, @current_set), :class => 'input-large'
|
||||
= submit_tag "Search", :class => 'btn btn-primary'
|
||||
|
||||
%div.pagination
|
||||
|
||||
Reference in New Issue
Block a user