1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/home/show.html.erb

14 lines
396 B
Text
Raw Normal View History

2018-11-30 01:29:11 -05:00
<% content_for :top do %>
<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
2018-12-05 13:15:04 -05:00
<h1><%= translate :title %></h1>
2018-11-30 01:29:11 -05:00
<p class="lead">
<%= translate '.description' %>
</p>
<a role="button" class="btn btn-primary btn-lg" href="<%= new_membership_application_path %>">
<%= translate '.join' %>
</a>
</div>
2018-11-23 14:20:56 -05:00
</div>
2018-11-30 01:29:11 -05:00
<% end %>