Skip to content

Commit

Permalink
updated path name
Browse files Browse the repository at this point in the history
  • Loading branch information
forceofcalm committed Apr 20, 2024
1 parent 6efc08a commit dd308ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/readings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<%= span_if_current ts('Marked for Later'), user_readings_path(@user, :show => 'to-read'), params[:show] == "to-read" %>
</li>
<li>
<%= link_to ts('Clear Entire History'), confirm_clear_readings_path(current_user) %>
<%= link_to ts('Clear Entire History'), confirm_clear_user_readings_path(current_user) %>
</li>
</ul>
<% end %>
Expand Down

0 comments on commit dd308ab

Please sign in to comment.