Fix experiment description modal smart annotations [SCI-10340]

This commit is contained in:
Martin Artnik 2024-03-08 10:40:58 +01:00
parent dff94150ff
commit 741e81ef60
2 changed files with 3 additions and 5 deletions

View file

@ -10,9 +10,7 @@
{{ experiment.name }} {{ experiment.name }}
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body" v-html="experiment.sa_description"></div>
{{ experiment.description }}
</div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.t('general.close') }}</button> <button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.t('general.close') }}</button>
</div> </div>

View file

@ -15,7 +15,7 @@
data-html="true" data-html="true"
tabindex="0" tabindex="0"
data-trigger="manual" data-trigger="manual"
data-placement="top" data-placement="auto"
data-toggle="popover" data-toggle="popover"
data-content="" data-content=""
data-full-name="<%= escape_input(user.full_name) %>" data-full-name="<%= escape_input(user.full_name) %>"
@ -32,4 +32,4 @@
<% unless skip_user_status || user_still_in_team %> <% unless skip_user_status || user_still_in_team %>
<%= I18n.t('atwho.res.removed') %> <%= I18n.t('atwho.res.removed') %>
<% end %> <% end %>
</span> </span>