mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
revising color variables appwide, also some adjustments to "topic not found" page
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<% local_domain = "#{request.protocol}#{request.host_with_port}" %>
|
||||
|
||||
<p><%= t 'page_not_found.title' %></p>
|
||||
<h1 class="page-not-found"><%= t 'page_not_found.title' %></h1>
|
||||
|
||||
<div class="row">
|
||||
<div class="span8">
|
||||
<h2><%= t 'page_not_found.popular_topics' %></h2>
|
||||
<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/>
|
||||
<% end %>
|
||||
@@ -12,7 +12,7 @@
|
||||
<a href="/latest" class="btn"><%= t 'page_not_found.see_more' %>…</a>
|
||||
</div>
|
||||
<div class="span8">
|
||||
<h2><%= t 'page_not_found.recent_topics' %></h2>
|
||||
<h2 class="recent-topics-title"><%= t 'page_not_found.recent_topics' %></h2>
|
||||
<% @recent.each do |t| %>
|
||||
<%= link_to t.title, t.relative_url %><br/>
|
||||
<% end %>
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="span10" style='padding-top: 20px'>
|
||||
<h2><%= t 'page_not_found.search_title' %></h2>
|
||||
<h2 class="page-not-found-search"><%= t 'page_not_found.search_title' %></h2>
|
||||
<p>
|
||||
<form action='//google.com' id='google-search' onsubmit="return google_button_clicked()">
|
||||
<input type="text" id='user-query' value="<%= @slug %>">
|
||||
|
||||
Reference in New Issue
Block a user