Revert 2 files that contained no changes

This commit is contained in:
Luka Murn 2016-08-23 15:37:32 +02:00
parent a76d82d188
commit 5569a1e6d2
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
// Bind ajax for editing descriptions // Bind ajax for editing descriptions
function bindEditDescriptionAjax() { function bindEditDescriptionAjax() {
var editDescriptionModal = $("#manage-module-description-modal"); var editDescriptionModal = $("#manage-module-description-modal");

View file

@ -5,7 +5,7 @@
<li class="no-comments"><em><%= t 'general.no_comments' %></em></li> <li class="no-comments"><em><%= t 'general.no_comments' %></em></li>
<% else %> <% else %>
<%= render 'step_comments/list.html.erb', comments: @comments %> <%= render 'step_comments/list.html.erb', comments: @comments %>
<% end %>¸ <% end %>
<% if @comments.length == @per_page %> <% if @comments.length == @per_page %>
<li class="text-center"> <li class="text-center">
<a class="btn btn-default btn-more-comments" href="<%= more_comments_url %>" data-remote="true"> <a class="btn btn-default btn-more-comments" href="<%= more_comments_url %>" data-remote="true">