Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 11, 2023
1 parent 1f5105b commit 4058824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ angular.module('QuepidApp')
ctrl.canCreateTeam = false;
ctrl.refreshOnly = false;
ctrl.updateAssociatedBook = false;
ctrl.populateJudgements = false;

$rootScope.$watch('currentUser', function() {
if ( $rootScope.currentUser ) {
Expand Down
2 changes: 1 addition & 1 deletion app/views/ratings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1 class="h2">Ratings for Case <%= @case.case_name %></h1>
<div class="btn-toolbar mb-2 mb-md-0">
<div class="btn-group me-2">
<%= link_to "Back to Case #{@case.case_name}", case_path(@case), class: "btn btn-sm btn-outline-secondary" %>
<%= link_to "Back to Case #{@case.case_name}", case_core_path(@case), class: "btn btn-sm btn-outline-secondary" %>
</div>
</div>
</div>
Expand Down

0 comments on commit 4058824

Please sign in to comment.