forked from External/greenlight
shared components for redesigned layout
This commit is contained in:
14
app/views/shared/_center_panel.html.erb
Normal file
14
app/views/shared/_center_panel.html.erb
Normal file
@ -0,0 +1,14 @@
|
||||
<div class="content-box">
|
||||
<div class="row">
|
||||
<div class="center-block col-sm-4">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<h3 class="title-wrapper text-center">
|
||||
<%= yield :title %>
|
||||
</h3>
|
||||
<%= yield %>
|
||||
</div>
|
||||
<%= yield :footer %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user