5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
<div class='text-center errors'>
|
|
<h1><%= t('.title') %></h1>
|
|
<h3><%= t('.description') %></h3>
|
|
<p><%= link_to t('global.home'), root_path, class: 'btn btn-secondary' %></p>
|
|
</div> |