Mercurial > hg > soundsoftware-site
annotate .svn/pristine/04/046cbe787072732ca9cd18ffb9fce1aa135f723e.svn-base @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <h2><%= l(@enumeration.option_name) %>: <%=h @enumeration %></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <%= form_tag({}, :method => :delete) do %> |
Chris@1296 | 4 <div class="box"> |
Chris@1296 | 5 <p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p> |
Chris@1296 | 6 <p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label> |
Chris@1296 | 7 <%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---") + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p> |
Chris@1296 | 8 </div> |
Chris@1296 | 9 |
Chris@1296 | 10 <%= submit_tag l(:button_apply) %> |
Chris@1296 | 11 <%= link_to l(:button_cancel), enumerations_path %> |
Chris@1296 | 12 <% end %> |