diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:24:17 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-15 09:24:17 +0000 |
commit | 86f74fad25740889aace475e68f98d410a9f6089 (patch) | |
tree | 5116c44a78a147100021284aa61fe6f4567021f0 /app/views/versions | |
parent | a814c5c34a9b62b3a08bc2346408d1df6b64d046 (diff) | |
download | redmine-86f74fad25740889aace475e68f98d410a9f6089.tar.gz redmine-86f74fad25740889aace475e68f98d410a9f6089.zip |
replace tabs to spaces and remove trailing white-spaces at app/views/versions/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7236 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r-- | app/views/versions/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 56785add2..edca6092b 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -1,5 +1,5 @@ <div class="contextual"> - <%= link_to l(:label_version_new), {:controller => 'versions', :action => 'new'}, :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %> + <%= link_to l(:label_version_new), {:controller => 'versions', :action => 'new'}, :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %> </div> <h2><%=l(:label_roadmap)%></h2> @@ -14,7 +14,7 @@ <%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %> <% if (issues = @issues_by_version[version]) && issues.size > 0 %> - <% form_tag({}) do -%> + <% form_tag({}) do -%> <table class="list related-issues"> <caption><%= l(:label_related_issues) %></caption> <% issues.each do |issue| -%> @@ -41,7 +41,7 @@ <br /> <label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label> <% if @project.descendants.active.any? %> - <%= hidden_field_tag 'with_subprojects', 0 %> + <%= hidden_field_tag 'with_subprojects', 0 %> <br /><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label> <% end %> <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p> |