Mercurial > hg > soundsoftware-site
annotate .svn/pristine/9b/9b7d0e978d85027fc3c38edae47010ac6e42844a.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 <%= wiki_page_breadcrumb(@page) %> |
Chris@1296 | 2 |
Chris@1296 | 3 <h2><%=h @page.pretty_title %></h2> |
Chris@1296 | 4 |
Chris@1296 | 5 <%= form_tag({}, :method => :delete) do %> |
Chris@1296 | 6 <div class="box"> |
Chris@1296 | 7 <p><strong><%= l(:text_wiki_page_destroy_question, :descendants => @descendants_count) %></strong></p> |
Chris@1296 | 8 <p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_wiki_page_nullify_children) %></label><br /> |
Chris@1296 | 9 <label><%= radio_button_tag 'todo', 'destroy', false %> <%= l(:text_wiki_page_destroy_children) %></label> |
Chris@1296 | 10 <% if @reassignable_to.any? %> |
Chris@1296 | 11 <br /> |
Chris@1296 | 12 <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>: |
Chris@1296 | 13 <%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %> |
Chris@1296 | 14 <%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to), |
Chris@1296 | 15 :onclick => "$('#todo_reassign').attr('checked', true);" %> |
Chris@1296 | 16 <% end %> |
Chris@1296 | 17 </p> |
Chris@1296 | 18 </div> |
Chris@1296 | 19 |
Chris@1296 | 20 <%= submit_tag l(:button_apply) %> |
Chris@1296 | 21 <%= link_to l(:button_cancel), :controller => 'wiki', :action => 'show', :project_id => @project, :id => @page.title %> |
Chris@1296 | 22 <% end %> |