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

12 lines
252 B
Plaintext

<% content_for :top do %>
<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h1><%= translate :title %></h1>
<p class="lead">
<%= translate '.description' %>
</p>
</div>
</div>
<% end %>