always show new version button

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

@ -154,15 +154,13 @@ 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 %>
<i class="button--icon icon-add"></i>
<span class="button--text"><%= l(:label_version_new) %></span>
<% end %>
</div>
<% end %>
<div class="generic-table--action-buttons">
<%= link_to_if_authorized({ controller: '/versions', action: 'new', project_id: @project },
class: 'button -alt-highlight') do %>
<i class="button--icon icon-add"></i>
<span class="button--text"><%= l(:label_version_new) %></span>
<% end %>
</div>
<% else %>
<%= no_results_box(action_url: new_project_version_path(@project), display_action: authorize_for('versions', 'new')) %>
<% end %>

Loading…
Cancel
Save