Replace misc :user_settings_path with :customization (#12300)
This commit is contained in:
parent
d06ee645f8
commit
ad4df246dd
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
You can now add your experience level to your account in order to receive more relevant content.
|
||||
</b>
|
||||
<br /><br />
|
||||
Visit <b><a href="<%= app_url(user_settings_path(:misc)) %>" style="text-decoration: none;">your settings</a></b> to enter your experience level on a scale of 1-10.
|
||||
Visit <b><a href="<%= app_url(user_settings_path(:customization)) %>" style="text-decoration: none;">your settings</a></b> to enter your experience level on a scale of 1-10.
|
||||
<br /><br />
|
||||
You can change it any time in the future.
|
||||
<% elsif @user.following_users_count == 0 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue