mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 14:41:53 +08:00
Revert 2 files that contained no changes
This commit is contained in:
parent
a76d82d188
commit
5569a1e6d2
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
// Bind ajax for editing descriptions
|
||||
function bindEditDescriptionAjax() {
|
||||
var editDescriptionModal = $("#manage-module-description-modal");
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<li class="no-comments"><em><%= t 'general.no_comments' %></em></li>
|
||||
<% else %>
|
||||
<%= render 'step_comments/list.html.erb', comments: @comments %>
|
||||
<% end %>¸
|
||||
<% end %>
|
||||
<% if @comments.length == @per_page %>
|
||||
<li class="text-center">
|
||||
<a class="btn btn-default btn-more-comments" href="<%= more_comments_url %>" data-remote="true">
|
||||
|
|
Loading…
Reference in a new issue