mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Merge pull request #7232 from artoscinote/ma_SCI_10340
Fix experiment description modal smart annotations [SCI-10340]
This commit is contained in:
commit
83d806b64f
2 changed files with 3 additions and 5 deletions
|
@ -10,9 +10,7 @@
|
|||
{{ experiment.name }}
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
{{ experiment.description }}
|
||||
</div>
|
||||
<div class="modal-body" v-html="experiment.sa_description"></div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.t('general.close') }}</button>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
data-html="true"
|
||||
tabindex="0"
|
||||
data-trigger="manual"
|
||||
data-placement="top"
|
||||
data-placement="auto"
|
||||
data-toggle="popover"
|
||||
data-content=""
|
||||
data-full-name="<%= escape_input(user.full_name) %>"
|
||||
|
@ -32,4 +32,4 @@
|
|||
<% unless skip_user_status || user_still_in_team %>
|
||||
<%= I18n.t('atwho.res.removed') %>
|
||||
<% end %>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue