concern to validate and parse an array of object links. DMPRoadmap/roadmap#819
validator for links attribute at templates. DMPRoadmap/roadmap#819

funder and sample links visible in funder templates html view. DMPRoadmap/roadmap#819

links view and its JS associated. DMPRoadmap/roadmap#819
dev
1 parent 144e6b6 commit 798a516b2fc1f450ccd97f2db5442cdcf1a1479e
@Jose Lloret Jose Lloret authored on 24 Nov 2017
Showing 16 changed files
View
app/controllers/templates_controller.rb
View
app/helpers/template_helper.rb 0 → 100644
View
app/models/concerns/json_link_validator.rb 0 → 100644
View
app/models/template.rb
View
app/validators/template_links_validator.rb 0 → 100644
View
app/views/shared/_links.html.erb 0 → 100644
View
app/views/templates/_edit_template.html.erb
View
app/views/templates/admin_index.html.erb
View
config/initializers/constants.rb
View
db/migrate/20171124133802_add_links_to_templates.rb 0 → 100644
View
db/schema.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/utils/links.js 0 → 100644
View
lib/assets/javascripts/views/templates/edit.js
View
test/unit/concerns/json_link_validator_test.rb 0 → 100644
View
test/unit/template_test.rb