Static pages edition integration
dev
1 parent 12ccd71 commit 1f6c721db5df7560797d3e366259286ae0289af2
@FAURE Benjamin FAURE Benjamin authored on 12 Apr 2019
Showing 34 changed files
View
app/controllers/application_controller.rb
View
app/controllers/paginable/static_pages_controller.rb 0 → 100644
View
app/controllers/static/static_pages_controller.rb 0 → 100644
View
app/controllers/super_admin/static_pages_controller.rb 0 → 100644
View
app/helpers/static_pages_helper.rb 0 → 100644
View
app/javascript/packs/application.js
View
app/javascript/views/super_admin/static_pages/edit.js 0 → 100644
View
app/models/static_page.rb 0 → 100644
View
app/models/static_page_content.rb 0 → 100644
View
app/policies/static_page_policy.rb 0 → 100644
View
app/views/branded/layouts/_branding.html.erb
View
app/views/branded/layouts/_footer.html.erb
View
app/views/branded/layouts/_navigation.html.erb
View
app/views/branded/paginable/static_pages/_index.html.erb 0 → 100644
View
app/views/branded/static/static_pages/show.html.erb 0 → 100644
View
app/views/branded/static_pages/about_us.html.erb 100644 → 0
View
app/views/branded/static_pages/help.html.erb 100644 → 0
View
app/views/branded/static_pages/news_feed.html.erb 0 → 100644
View
app/views/branded/static_pages/termsuse.html.erb 100644 → 0
View
app/views/branded/super_admin/static_pages/_form.html.erb 0 → 100644
View
app/views/branded/super_admin/static_pages/edit.html.erb 0 → 100644
View
app/views/branded/super_admin/static_pages/index.html.erb 0 → 100644
View
app/views/branded/super_admin/static_pages/new.html.erb 0 → 100644
View
config/locale/dmpopidor.pot
View
config/locale/en_GB/dmpopidor.po
View
config/locale/fr_FR/dmpopidor.po
View
config/locales/static_pages/en-GB.yml 100644 → 0
View
config/locales/static_pages/fr-FR.yml 100644 → 0
View
config/routes.rb
View
db/migrate/20190411123159_create_static_pages.rb 0 → 100644
View
db/migrate/20190411123210_create_static_page_contents.rb 0 → 100644
View
db/schema.rb
View
lib/dmpopidor/controllers/application.rb 0 → 100644
View
lib/dmpopidor/controllers/static_pages.rb