greenlight/app/views/shared/_title.html.erb

7 lines
187 B
Plaintext

<% title_class ||= '' %>
<div class="title-wrapper text-center">
<div class="title">
<h2 class="<%= title_class if title_class %>"><%= title %></h2>
<%= yield %>
</div>
</div>