Mercurial > hg > soundsoftware-site
view .svn/pristine/de/deb8226384e62bff3e0cb6d730d94aefe36c81a4.svn-base @ 1227:eb168c1e9553 live
Show maximum of 10 colleagues
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 15:45:41 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<h2><%= l(@enumeration.option_name) %>: <%=h @enumeration %></h2> <% form_tag({}) do %> <div class="box"> <p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p> <p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label> <%= select_tag 'reassign_to_id', ("<option>--- #{l(:actionview_instancetag_blank_option)} ---</option>" + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p> </div> <%= submit_tag l(:button_apply) %> <%= link_to l(:button_cancel), :controller => 'enumerations', :action => 'index' %> <% end %>