mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Merge pull request #6424 from G-Chubinidze/gc_SCI_9489
CSS: Signatures modal issues [SCI-9489]
This commit is contained in:
commit
43522c54a0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="sn-icon sn-icon-close"></i></button>
|
||||
<h4 class="modal-title">
|
||||
<%= link_to assignable_path, remote: true, class: 'pull-left spacer', data: { action: 'swap-remote-container', target: '#user_assignments_modal' } do %>
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
<i class="fas fa-arrow-right"></i>
|
||||
<% end %>
|
||||
<%= t '.title', resource_name: assignable.name %>
|
||||
</h4>
|
||||
|
|
Loading…
Reference in a new issue