uploads: make gallery mode the default on the My Uploads page.

This commit is contained in:
evazion
2022-02-16 13:48:31 -06:00
parent c7c326b552
commit 7c3586f985
3 changed files with 3 additions and 3 deletions

View File

@@ -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>