app/views/generic_files/stats.html.erb in sufia-4.0.0.rc1 vs app/views/generic_files/stats.html.erb in sufia-4.0.0.rc2
- old
+ new
@@ -7,10 +7,10 @@
<% end %>
<%= content_tag :h1, @generic_file, class: "lower" %>
<div class="row">
- <div class="span110">
+ <div class="col-sm-12">
<%= content_tag :h2, "Analytics" %>
<div class="alert alert-info">
<i class="glyphicon glyphicon-signal large-icon"></i>
<%= content_tag :strong, @stats.total_pageviews %> views and <%= content_tag :strong, @stats.total_downloads %> downloads since <%= @stats.created.strftime("%B %-d, %Y") %>
</div>