mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Merge pull request #7688 from aignatov-bio/ai-sci-10806-add-tooltip-to-protocol-name
Add tooltip to protocol name [SCI-10806]
This commit is contained in:
commit
3d66ec03c2
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
|||
<% end %>
|
||||
<div class="name-readonly-placeholder">
|
||||
<% if @protocol.in_repository_draft? %>
|
||||
<%= t('protocols.draft_name', name: @protocol.name ) %>
|
||||
<span title="<%= t('protocols.draft_name', name: @protocol.name ) %>"><%= t('protocols.draft_name', name: @protocol.name ) %></div>
|
||||
<% else %>
|
||||
<%= @protocol.name %>
|
||||
<span title="<%= @protocol.name %>"><%= @protocol.name %></span>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue