uploads: make gallery mode the default on the My Uploads page.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<h1 class="flex-1">My Uploads</h1>
|
||||
|
||||
<span>
|
||||
<%= link_to "Gallery", user_uploads_path(CurrentUser.user.id.to_i, mode: "gallery") %> |
|
||||
<%= link_to "Gallery", user_uploads_path(CurrentUser.user.id.to_i) %> |
|
||||
<strong>Table</strong>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user