Files
timeoverflow/app/views/errors/internal_server_error.html.erb
Francisco José Perejón Barrios 6119ffe286 Upgrade to Bootstrap v5 (#780)
2025-03-22 16:30:47 +01:00

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>