]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/wiki/edit.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Feb 2012 23:50:36 +0000 (23:50 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Feb 2012 23:50:36 +0000 (23:50 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8792 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.html.erb

index 3bee3dcc85538a2022a71e4d8a066c9fd370a80f..aa9385ff58412e6b46709159b2b1a967293a422e 100644 (file)
@@ -16,9 +16,9 @@
 <% if @page.safe_attribute_names.include?('parent_id') && @wiki.pages.any? %>
   <% fields_for @page do |fp| %>
     <p>
-       <label><%= l(:field_parent_title) %></label>
-                 <%= fp.select :parent_id, "<option value=''></option>" + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent) %>
-               </p>
+      <label><%= l(:field_parent_title) %></label>
+      <%= fp.select :parent_id, "<option value=''></option>" + wiki_page_options_for_select(@wiki.pages.all(:include => :parent) - @page.self_and_descendants, @page.parent) %>
+    </p>
   <% end %>
 <% end %>