mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Add class to no-inventories placeholder
This commit is contained in:
parent
26b687f2e6
commit
c39c3e852c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<span class="hidden-xs"><%= t('libraries.index.no_libraries.create_new_button') %></span>
|
||||
</a>
|
||||
<% else %>
|
||||
<p><strong><%=t 'libraries.index.no_libraries.no_permission_title' %></strong></p>
|
||||
<p class="no-permission-title"><strong><%=t 'libraries.index.no_libraries.no_permission_title' %></strong></p>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue