Add classes for styling
This commit is contained in:
parent
bbca684f6d
commit
fd52c88548
|
@ -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' %>…</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/>
|
||||
|
|
Loading…
Reference in New Issue