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
This commit is contained in:
parent
a814c5c34a
commit
86f74fad25
|
@ -1,5 +1,5 @@
|
||||||
<div class="contextual">
|
<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>
|
</div>
|
||||||
|
|
||||||
<h2><%=l(:label_roadmap)%></h2>
|
<h2><%=l(:label_roadmap)%></h2>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<br />
|
<br />
|
||||||
<label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label>
|
<label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label>
|
||||||
<% if @project.descendants.active.any? %>
|
<% 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>
|
<br /><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
||||||
|
|
Loading…
Reference in New Issue