mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
first steps towards review view
This commit is contained in:
parent
01bcc7a48c
commit
5f0bcebca9
5 changed files with 17 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue