mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix users views link paths
This commit is contained in:
parent
d410015fdc
commit
a1fdc2e2bb
@ -3,4 +3,4 @@
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Show', @user %> |
|
||||
<%= link_to 'Back', users_path %>
|
||||
<%= link_to 'Back', homepage_path %>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Back', users_path %>
|
||||
<%= link_to 'Back', homepage_path %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user