Link to profile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<%= avatar_tag user, loading: :lazy, class: "flex-item-no-shrink" %>
|
||||
|
||||
<strong class="overflow-ellipsis">
|
||||
<%= link_to user.name, user_path(user) %>
|
||||
<%= link_to user.name, user_path(user), class: "txt-ink btn btn--plain" %>
|
||||
</strong>
|
||||
|
||||
<hr class="separator--horizontal flex-item-grow" style="--border-color: var(--color-subtle-dark); --border-style: dashed" aria-hidden="true">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<%= turbo_frame_tag dom_id(@comment) do %>
|
||||
<div class="comment__content flex-inline flex-column full-width border border-radius">
|
||||
<div class="comment__author flex align-center gap-half">
|
||||
<strong><%= @comment.creator.name %></strong>
|
||||
<strong><%= link_to @comment.creator.name, user_path(@comment.creator), class: "txt-ink btn btn--plain", data: { turbo_frame: "_top" } %></strong>
|
||||
<%= link_to bucket_bubble_path(@comment.bubble.bucket, @comment.bubble, anchor: "comment_#{@comment.id}"), class: "txt-undecorated" do %>
|
||||
<%= tag.time @comment.created_at, class: "comment__timestamp" do %>
|
||||
<%= @comment.created_at.strftime("%b %d") %>
|
||||
|
||||
Reference in New Issue
Block a user