mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 19:05:37 +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 %>
|
<% end %>
|
||||||
<div class="name-readonly-placeholder">
|
<div class="name-readonly-placeholder">
|
||||||
<% if @protocol.in_repository_draft? %>
|
<% 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 %>
|
<% else %>
|
||||||
<span title="<%= @protocol.name %>"><%= @protocol.name %></span>
|
<span title="<%= @protocol.name %>"><%= @protocol.name %></span>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue