Skip to content

Commit d3e7f3d

Browse files
authored
remove extra pipe | (#93)
1 parent 00beab7 commit d3e7f3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/views/pastes/show.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<%= link_to "Edit", edit_paste_path(@paste), class: link_class(variant: :muted, size: :xs) %>
3131
<span class="text-xs text-[var(--muted)]">|</span>
3232
<%= button_to "Delete", paste_path(@paste), method: :delete, data: { turbo_confirm: "Are you sure you want to delete this paste?" }, form_class: "inline-flex", class: link_class(variant: :muted, size: :xs) %>
33-
<span class="text-xs text-[var(--muted)]">|</span>
3433
<% end %>
3534
<span class="text-xs text-[var(--muted)]">|</span>
3635
<%= link_to "View raw", raw_paste_path(@paste.shortcode), class: link_class(variant: :muted, size: :xs), target: "_blank", rel: "noopener" %>

0 commit comments

Comments
 (0)