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