Merge pull request #6912 from opf/fix/user-limit-layout-ugly

[Fix] User limit info cut off
pull/6918/head
Henriette Dinger 6 years ago committed by GitHub
commit 882ceb50d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/users/index.html.erb

@ -40,7 +40,7 @@ See docs/COPYRIGHT.rdoc for more details.
 
<a href="<%= OpenProject::Enterprise.upgrade_path %>" class="display-inline button -tiny -highlight" title="<%= t(:title_enterprise_upgrade) %>"><%= t(:button_upgrade) %></a>
<% end %>
<%= toolbar title: t(:label_user_plural), title_class: 'no-padding-bottom', title_extra: users_info do %>
<%= toolbar title: t(:label_user_plural), title_class: 'no-padding-bottom', subtitle: users_info do %>
<li class="toolbar-item">
<%= link_to new_user_path,
{ class: 'button -alt-highlight',

Loading…
Cancel
Save