first steps towards review view

This commit is contained in:
sfischme 2011-09-16 15:07:58 -04:00
parent 01bcc7a48c
commit 5f0bcebca9
5 changed files with 17 additions and 2 deletions

View file

@ -33,6 +33,10 @@ class ProjectsController < ApplicationController
end
end
def review
puts "MUAUAUAUAUAUAUAUA"
end
def done
@source_view = params['_source_view'] || 'project_list'
@page_title = t('projects.list_completed_projects')