Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
KesterTan committed Jan 16, 2023
1 parent 4fd51da commit a5b711b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/assessments/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<% if (@cud.instructor? || @cud.course_assistant? && @course.watchlist_allow_ca) %>
<%= link_to "<div class='row metrics'><i class='material-icons left'>assessment</i> Student Metrics</div>".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 "<div class='row metrics'><i class='material-icons left'>assignment</i> Install Assessment</div>".html_safe, {:action=>"install_assessment"}, {:title=>"Install Assessment", :class => "btn btn-large red darken-3"} %>
<% end %>
Expand Down Expand Up @@ -135,4 +135,4 @@
<%= render @attachments %>
</ul>
</div>
<% end %>
<% end %>

0 comments on commit a5b711b

Please sign in to comment.