6 lines
308 B
Text
6 lines
308 B
Text
<!-- partial start: campaigns/header_content -->
|
|
<h1 class='fundraisingHeader-content-title u-centered'><%= @campaign.name %></h1>
|
|
<% if @campaign.tagline.present? %>
|
|
<h3 class='fundraisingHeader-content-sub u-centered'><%= @campaign.tagline %></h3>
|
|
<% end %>
|
|
<!-- partial end: campaigns/header_content -->
|