patx/gitman

update profile ux

Commit 1b9c97a · patx · 2026-05-05T21:12:51-04:00

Changeset
1b9c97a4363241ebc3dd222b5243854e2cb95b79
Parents
61b7bf4a16e651266b4367900dab0dac0e44e8d2

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/profile.tpl b/templates/profile.tpl
index 65065bf..f47de2f 100644
--- a/templates/profile.tpl
+++ b/templates/profile.tpl
@@ -11,13 +11,15 @@
   % else:
     <p class="empty">No bio yet.</p>
   % end
-  <p class="muted">Joined {{profile_user["created_at"]}}</p>
   % if profile_user["website"]:
     <p><a href="{{profile_user['website']}}" rel="nofollow">{{profile_user["website"]}}</a></p>
   % end
-  % if is_self:
-    <p><a class="button small" href="/settings/profile">Edit profile</a></p>
-  % end
+  <p class="muted"><small>
+    Joined {{profile_user["created_at"]}}
+    % if is_self:
+      <a class="button-link" href="/settings/profile">Edit profile</a>
+    % end
+  </small></p>
 </section>
 
 <section class="panel">