Skip to content

Commit

Permalink
Change Projects index page title
Browse files Browse the repository at this point in the history
  • Loading branch information
oakho committed Sep 20, 2012
1 parent 45a5b69 commit 088950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/projects.rb
Expand Up @@ -21,7 +21,7 @@
set :controller, "Projects"

get :index do
@title = "Here's some projects I made"
@title = "Here's some projects I worked on"
@projects = Project.find_by_category("Projects")
render 'projects/index'
end
Expand Down

0 comments on commit 088950d

Please sign in to comment.