app/views/storytime/dashboard/sites/new.html.erb in storytime-0.0.4 vs app/views/storytime/dashboard/sites/new.html.erb in storytime-1.0.0
- old
+ new
@@ -1,4 +1,9 @@
<div class="container">
- <h1>New site</h1>
- <%= render 'form' %>
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3">
+ <h1><%= t('dashboard.sites.new') %></h1>
+
+ <%= render 'form' %>
+ </div>
+ </div>
</div>
\ No newline at end of file