scinote-web/app/views/layouts/fluid.html.erb
2023-05-15 14:17:41 +02:00

6 lines
193 B
Text

<% content_for :content do %>
<div class="container-fluid <%= yield :container_class %>" id="fluid-content">
<%= yield %>
</div>
<% end %>
<%= render template: 'layouts/application' %>