From 5569a1e6d2ce486797b13532d10114109a19a90e Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Tue, 23 Aug 2016 15:37:32 +0200 Subject: [PATCH] Revert 2 files that contained no changes --- app/assets/javascripts/my_modules.js | 1 - app/views/step_comments/_index.html.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/javascripts/my_modules.js b/app/assets/javascripts/my_modules.js index 3ad7e2fd7..cbae6e069 100644 --- a/app/assets/javascripts/my_modules.js +++ b/app/assets/javascripts/my_modules.js @@ -1,4 +1,3 @@ - // Bind ajax for editing descriptions function bindEditDescriptionAjax() { var editDescriptionModal = $("#manage-module-description-modal"); diff --git a/app/views/step_comments/_index.html.erb b/app/views/step_comments/_index.html.erb index a8105d101..86c1e3095 100644 --- a/app/views/step_comments/_index.html.erb +++ b/app/views/step_comments/_index.html.erb @@ -5,7 +5,7 @@
  • <%= t 'general.no_comments' %>
  • <% else %> <%= render 'step_comments/list.html.erb', comments: @comments %> - <% end %>ΒΈ + <% end %> <% if @comments.length == @per_page %>