Upstream sync
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="flash-message">
|
||||
<%= render "flash" %>
|
||||
</div>
|
||||
<%= content_for?(:header) ? yield(:header) : render("header") %>
|
||||
<%= render "masquerade" if masquerading? %>
|
||||
<main class="container-fluid py-3">
|
||||
<div class="flash-message"></div>
|
||||
<%= render "flash" %>
|
||||
</div>
|
||||
<%= content_for?(:content) ? yield(:content) : yield %>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user