Skip to content

Commit

Permalink
Add title to categories#index and documents#search.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamnet committed Sep 18, 2011
1 parent 7c5d283 commit ced836e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/categories/index.html.erb
@@ -1,3 +1,4 @@
<% content_for :title, "Categories" %>
<h1 class="main-title">Home Category</h1>
<div class="hr_dl flush"><%= image_tag("bl.png", :alt => "") %></div>
<br />
Expand Down
1 change: 1 addition & 0 deletions app/views/documents/search.html.erb
@@ -1,3 +1,4 @@
<% content_for :title, "#{params[:query]} - Search Results" %>
<div id="doc_listing_inpage">
<h1 class="main-title">Results for <strong><%= params[:query] %></strong></h1>
<br />
Expand Down

0 comments on commit ced836e

Please sign in to comment.