Signed-off-by: oppiliappan me@oppi.li
+1
-1
appview/pages/templates/layouts/fragments/topbar.html
+1
-1
appview/pages/templates/layouts/fragments/topbar.html
+45
appview/pages/templates/user/strings.html
+45
appview/pages/templates/user/strings.html
···
···+<a href="/strings/{{ or $root.Card.UserHandle $root.Card.UserDid }}/{{ $s.Rkey }}">{{ $s.Filename }}</a>
+57
-10
appview/state/profile.go
+57
-10
appview/state/profile.go
··················
··················
+1
-59
appview/strings/strings.go
+1
-59
appview/strings/strings.go
······
······+http.Redirect(w, r, fmt.Sprintf("/%s?tab=strings", chi.URLParam(r, "user")), http.StatusFound)