mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
6f76e86171
* Implement results tab for shareable task link [SCI-8753]
14 lines
411 B
Text
14 lines
411 B
Text
<hr>
|
|
<div class="col-xs-12 comments-title">
|
|
<h4>
|
|
<%=t('my_modules.results.comments_tab') %>
|
|
(<span><%= comments.count %></span>)
|
|
</h4>
|
|
</div>
|
|
<div class="comments-container">
|
|
<div class="content-comments inline_scroll_block">
|
|
<div class="comments-list">
|
|
<%= render partial: "shareable_links/my_modules/results/comments_list", locals: { comments: comments } %>
|
|
</div>
|
|
</div>
|
|
</div>
|