mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 02:45:53 +08:00
Fix draft protocol title markup [SCI-10900]
This commit is contained in:
parent
a9980c04c7
commit
ad8955e5c9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<% end %>
|
||||
<div class="name-readonly-placeholder">
|
||||
<% if @protocol.in_repository_draft? %>
|
||||
<span title="<%= t('protocols.draft_name', name: @protocol.name ) %>"><%= t('protocols.draft_name', name: @protocol.name ) %></div>
|
||||
<span title="<%= t('protocols.draft_name', name: @protocol.name ) %>"><%= t('protocols.draft_name', name: @protocol.name ) %></span>
|
||||
<% else %>
|
||||
<span title="<%= @protocol.name %>"><%= @protocol.name %></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue