app/views/georgia/dashboard/show.html.erb in georgia-0.7.8 vs app/views/georgia/dashboard/show.html.erb in georgia-0.8.0
- old
+ new
@@ -4,15 +4,21 @@
<div class="jumbotron alert alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h2>Georgia CMS <small><%= Georgia::VERSION %></small></h2>
<p>Compatibility & Extensibility</p>
<p>
- Georgia is <%= link_to "Motion Eleven", "http://www.motioneleven.com/" %>'s CMS engine for Ruby on Rails applications. Key features include user authentication, widgets, slideshows, publishing system, revisioning and more.
+ Georgia is a CMS engine for Ruby on Rails applications. Key features include user authentication, widgets, slideshows, publishing system, revisioning and more.
</p>
<p><%= link_to 'Get started', search_pages_path, class: 'btn btn-primary btn-lg' %></p>
</div>
<% end -%>
<div class="row">
- <%= render 'georgia/dashboard/panels/messages' if @messages %>
- <%= render 'georgia/dashboard/panels/reviews' if @awaiting_revisions %>
+ <div class="col-md-7">
+ <%= render_activities @activities, fallback: 'default' %>
+ <%= paginate @activities %>
+ </div>
+ <div class="col-md-5">
+ <%= render 'georgia/dashboard/panels/reviews' if @awaiting_revisions %>
+ <%= render 'georgia/dashboard/panels/messages' if @messages %>
+ </div>
</div>
</div>
\ No newline at end of file