mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
CSS: Signatures modal issues [SCI-9489]
This commit is contained in:
parent
f3f4fc1ad0
commit
3502d96674
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