scinote-web/app/views/layouts/main.html.erb

9 lines
298 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% content_for :content do %>
<div class="container <%= yield :container_class %>">
<%= render partial: 'shared/flash_alerts',
locals: { flash: flash, notice: notice, alert: alert } %>
2016-02-12 23:52:43 +08:00
<%= yield %>
</div>
<% end %>
<%= render template: 'layouts/application' %>