Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
dev
commit be63b8cc0d9314a99dd24718727277f45eedaf54
2 parents 9f56bc0 + 8c25504
@briley briley authored on 10 Jan 2017
Showing 32 changed files
View
app/controllers/projects_controller.rb
View
app/controllers/static_pages_controller.rb
View
app/models/exported_plan.rb
View
app/models/project.rb
View
app/models/visibility.rb 0 → 100644
View
app/views/layouts/_navigation.html.erb
View
app/views/projects/_project_details.html.erb
View
app/views/projects/public_export.html.erb 0 → 100644
View
app/views/projects/publicly_available.html.erb 100644 → 0
View
app/views/static_pages/public_plans.html.erb 0 → 100644
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/es.yml
View
config/locales/fr.yml
View
config/locales/static_pages/de.static.yml.example
View
config/locales/static_pages/en-UK.static.yml.example
View
config/locales/static_pages/en-US.static.yml.example
View
config/locales/static_pages/fr.static.yml.example
View
config/routes.rb
View
db/migrate/20170103171414_add_test_and_public_to_projects.rb 100644 → 0
View
db/migrate/20170103221846_add_indexes_for_is_test_and_is_public_to_projects.rb 100644 → 0
View
db/migrate/20170105165111_create_visibilities.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/plans.yml
View
test/fixtures/projects.yml
View
test/fixtures/visibilities.yml 0 → 100644
View
test/functional/projects_controller_test.rb
View
test/functional/static_pages_controller_test.rb 0 → 100644
View
test/routing_test.rb
View
test/unit/project_test.rb