]> source.dussan.org Git - redmine.git/commitdiff
Remove superfluous spaces before colon (#24720).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jan 2017 10:00:41 +0000 (10:00 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jan 2017 10:00:41 +0000 (10:00 +0000)
Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16185 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/admin/projects.html.erb
app/views/projects/settings/_versions.html.erb

index d9c32280df86fb82c6ba33a11532875db6224708..630e78607e6811296436d2a67fe4ced9009cc4d8 100644 (file)
@@ -6,7 +6,7 @@
 
 <%= form_tag({}, :method => :get) do %>
 <fieldset><legend><%= l(:label_filter_plural) %></legend>
-<label for='status'><%= l(:field_status) %> :</label>
+<label for='status'><%= l(:field_status) %>:</label>
 <%= select_tag 'status', project_status_options_for_select(@status), :class => "small", :onchange => "this.form.submit(); return false;"  %>
 <label for='name'><%= l(:label_project) %>:</label>
 <%= text_field_tag 'name', params[:name], :size => 30 %>
index 65c2f529eb2a8810eeb04898e433ae4fa36f4123..c88bd01a4843c12c7ff024c2b14065274765f378 100644 (file)
@@ -2,7 +2,7 @@
 
 <%= form_tag(settings_project_path(@project, :tab => 'versions'), :method => :get) do %>
 <fieldset><legend><%= l(:label_filter_plural) %></legend>
-<label for='status'><%= l(:field_status) %> :</label>
+<label for='status'><%= l(:field_status) %>:</label>
 <%= select_tag 'version_status', options_for_select([[l(:label_all), '']] + Version::VERSION_STATUSES.collect {|s| [l("version_status_#{s}"), s]}, @version_status), :onchange => "this.form.submit(); return false;"  %>
 <label for='name'><%= l(:label_version) %>:</label>
 <%= text_field_tag 'version_name', @version_name, :size => 30 %>