Add classes for styling

This commit is contained in:
Sam 2014-06-25 09:47:12 +10:00
parent bbca684f6d
commit fd52c88548
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<h1 class="page-not-found"><%= t 'page_not_found.title' %></h1>
<div class="row">
<div class="span8">
<div class="row page-not-found-topics">
<div class="span8 pupular-topics">
<h2 class="popular-topics-title"><%= t 'page_not_found.popular_topics' %></h2>
<% @top_viewed.each do |t| %>
<%= link_to t.title, t.relative_url %><br/>
@ -11,7 +11,7 @@
<br/>
<a href="/latest" class="btn"><%= t 'page_not_found.see_more' %>&hellip;</a>
</div>
<div class="span8">
<div class="span8 recent-topics">
<h2 class="recent-topics-title"><%= t 'page_not_found.recent_topics' %></h2>
<% @recent.each do |t| %>
<%= link_to t.title, t.relative_url %><br/>