diff --git a/app/views/assessments/index.html.erb b/app/views/assessments/index.html.erb index 1d40b7b84..3f3cb574c 100755 --- a/app/views/assessments/index.html.erb +++ b/app/views/assessments/index.html.erb @@ -70,7 +70,7 @@ <% if (@cud.instructor? || @cud.course_assistant? && @course.watchlist_allow_ca) %> <%= link_to "
assessment Student Metrics
".html_safe, course_metrics_path, title: "Metrics for Identifying Students in Need", :class => "btn btn-large red darken-3" %> <% end %> - + <% if @is_instructor %> <%= link_to "
assignment Install Assessment
".html_safe, {:action=>"install_assessment"}, {:title=>"Install Assessment", :class => "btn btn-large red darken-3"} %> <% end %> @@ -135,4 +135,4 @@ <%= render @attachments %> -<% end %> \ No newline at end of file +<% end %>