Merge pull request #33 from DMPRoadmap/master
Rebasing off of master branch
dev
commit 7ff3b906c88cdec9ab1c0960e0f45dedaa74b478
2 parents 3f49da8 + 1444def
@Brian Riley Brian Riley authored on 28 Sep 2016
GitHub committed on 28 Sep 2016
Showing 49 changed files
View
Gemfile.lock
View
app/assets/javascripts/application.js
View
app/assets/javascripts/projects.js
View
app/assets/javascripts/select2.min.js
View
app/assets/stylesheets/select2.css
View
app/controllers/answers_controller.rb
View
app/controllers/application_controller.rb
View
app/controllers/comments_controller.rb
View
app/controllers/dmptemplates_controller.rb
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/home_controller.rb
View
app/controllers/organisations_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/project_groups_controller.rb
View
app/controllers/projects_controller.rb
View
app/controllers/settings.rb
View
app/controllers/settings/plans_controller.rb
View
app/controllers/settings/projects_controller.rb
View
app/controllers/themes_controller.rb 100644 → 0
View
app/controllers/user_org_roles_controller.rb 100644 → 0
View
app/controllers/user_role_types_controller.rb 100644 → 0
View
app/controllers/user_statuses_controller.rb 100644 → 0
View
app/controllers/user_types_controller.rb 100644 → 0
View
app/controllers/users_controller.rb
View
app/helpers/application_helper.rb
View
app/models/guidance_group.rb
View
app/models/organisation.rb
View
app/models/organisation_type.rb
View
app/models/user.rb
View
app/policies/answer_policy.rb 0 → 100644
View
app/policies/application_policy.rb
View
app/policies/comment_policy.rb 0 → 100644
View
app/policies/dmptemplate_policy.rb
View
app/policies/organisation_policy.rb
View
app/policies/plan_policy.rb 0 → 100644
View
app/policies/project_group_policy.rb 0 → 100644
View
app/policies/project_policy.rb 0 → 100644
View
app/policies/settings/plan_policy.rb 0 → 100644
View
app/policies/settings/project_policy.rb 0 → 100644
View
app/views/dmptemplates/_show_phases_sections.html.erb
View
app/views/layouts/_dmponline_signin_signout.html.erb
View
app/views/organisations/admin_show.html.erb
View
app/views/projects/_dropdowns_new_project.html.erb
View
config/initializers/dragonfly.rb
View
config/locales/de.yml
View
config/locales/en-US.yml
View
config/locales/fr.yml
View
config/routes.rb