Show counts for replies, likes, and announces for selected notice.
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / profile.html.eex
index da23be1e5a8e285b305f54731cdd8e33b2970210..8f2c7462712f6a65ad98f7d68368363865eb9288 100644 (file)
@@ -1,11 +1,13 @@
-<h1>
+<h1><%= link @instance_name, to: "/" %></h1>
+
+<h3>
   <form class="pull-right collapse" method="POST" action="<%= Helpers.util_path(@conn, :remote_subscribe) %>">
     <input type="hidden" name="nickname" value="<%= @user.nickname %>">
     <input type="hidden" name="profile" value="">
     <button type="submit" class="collapse">Remote follow</button>
   </form>
   <%= raw (@user.name |> Formatter.emojify(emoji_for_user(@user))) %>
-</h1>
+</h3>
 <p><%= raw @user.bio %></p>
 <div class="activity-stream">
   <%= for activity <- @timeline do %>