14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
<%= turbo_frame_tag dom_id(collection, :involvement) do %>
|
|
<div class="flex align-center gap pad-inline">
|
|
<h2 class="txt-medium overflow-ellipsis">
|
|
<%= collection.name %>
|
|
</h2>
|
|
|
|
<hr class="separator--horizontal flex-item-grow" style="--border-color: var(--color-ink-medium); --border-style: dashed" aria-hidden="true">
|
|
|
|
<label class="flex-item-no-shrink txt-small">
|
|
<%= access_involvement_advance_button(collection, user, show_watchers: false, icon_only: true) %>
|
|
</label>
|
|
</div>
|
|
<% end %>
|