always show new version button

analog to openproject#e315bd1
pull/6827/head
Jens Ulferts 9 years ago
parent b967e0de57
commit 54c3cc10a5
  1. 2
      app/views/projects/settings/_versions.html.erb

@ -154,7 +154,6 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="generic-table--header-background"></div>
</div>
</div>
<% if @project.versions.any? %>
<div class="generic-table--action-buttons">
<%= link_to_if_authorized({ controller: '/versions', action: 'new', project_id: @project },
class: 'button -alt-highlight') do %>
@ -162,7 +161,6 @@ See doc/COPYRIGHT.rdoc for more details.
<span class="button--text"><%= l(:label_version_new) %></span>
<% end %>
</div>
<% end %>
<% else %>
<%= no_results_box(action_url: new_project_version_path(@project), display_action: authorize_for('versions', 'new')) %>
<% end %>

Loading…
Cancel
Save