Skip to content

Commit

Permalink
Fix for MarkUsProject#1728. Continued fixing indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuscede committed Sep 20, 2014
1 parent fd951a4 commit fbc95ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_sub_menu.html.erb
Expand Up @@ -30,9 +30,9 @@
<%# Display the assignment's short identifier %>
<%# Check to see if the assignment is hidden %>
<% if @assignment.is_hidden %>
<%= @assignment.short_identifier + " (hidden)" %>
<%= @assignment.short_identifier + " (hidden)" %>
<% else %>
<%= @assignment.short_identifier %>
<%= @assignment.short_identifier %>
<% end %>
<% elsif !@grade_entry_form.nil? %>
<%# Display the grade entry form's short identifier %>
Expand Down

0 comments on commit fbc95ba

Please sign in to comment.