Update views/layout.erb
This commit is contained in:
parent
15e6c8dff8
commit
9f00a34f7d
|
|
@ -9,8 +9,9 @@
|
||||||
<body>
|
<body>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title"><%= @page_title || 'Page Title Placeholder' %></h1>
|
<h1 class="title">
|
||||||
<% # maybe put a flash section here some day, what Bulma calls the Hero component I think %>
|
<%= @page_title || 'Page Title Placeholder' %>
|
||||||
|
</h1>
|
||||||
<%== yield %>
|
<%== yield %>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue