1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Add nbsp below project settings version filter section (#24720).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16184 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-01-14 09:59:55 +00:00
parent ea73cbceee
commit 1d63635e9c

View File

@ -10,6 +10,7 @@
<%= link_to l(:button_clear), settings_project_path(@project, :tab => 'versions'), :class => 'icon icon-reload' %> <%= link_to l(:button_clear), settings_project_path(@project, :tab => 'versions'), :class => 'icon icon-reload' %>
</fieldset> </fieldset>
<% end %> <% end %>
&nbsp;
<% if @versions.present? %> <% if @versions.present? %>
<table class="list versions"> <table class="list versions">