From ab3de1960530170cf34d583db6cd8a2d72e5f730 Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <bnzanette@inf.ufpr.br> Date: Wed, 9 Sep 2015 16:58:30 -0300 Subject: [PATCH] Removes unnecessary code from LearningObject#Show --- app/views/learning_objects/show.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/learning_objects/show.html.erb b/app/views/learning_objects/show.html.erb index 5b29126fc..dad01c260 100644 --- a/app/views/learning_objects/show.html.erb +++ b/app/views/learning_objects/show.html.erb @@ -22,10 +22,3 @@ <br> <p>Total Curtir: <%= get_object_property(@like_counts,"COUNT") %></p> <p>Total Visualizações: <%= get_object_property(@view_counts,"COUNT") %></p> - -<% -=begin %> -<%= link_to 'Edit', edit_learning_object_path(@learning_object) %> | -<%= link_to 'Back', learning_objects_path %> -<% -=end %> -- GitLab