Files
once-campfire/app/views/accounts/_help_contact.html.erb
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

11 lines
491 B
Plaintext

<% if owner = User.administrator.first %>
<div class="txt-align-center margin-block-double full-width">
<%= link_to "mailto:\"#{owner.name}\" <#{owner.email_address}>", class: "btn center", title: "Email #{owner.name}" do %>
<%= image_tag "lifebuoy.svg", aria: { hidden: "true" } %>
<span><%= owner.email_address %></span>
<% end %>
<div class="txt-align-center center margin-block txt-subtle">Campfire&trade; version <%= version_badge %></div>
</div>
<% end %>