Merge pull request #1299 from betagouv/sgmap-dinsic
Remove any reference to the SGMAP
This commit is contained in:
commit
2336b0207e
4 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
#footer
|
#footer
|
||||||
%p{ class: "copyright col-md-push-#{12-main_container_size} col-md-#{main_container_size} col-lg-push-#{12-main_container_size} col-lg-#{main_container_size} text-muted small" }
|
%p{ class: "copyright col-md-push-#{12-main_container_size} col-md-#{main_container_size} col-lg-push-#{12-main_container_size} col-lg-#{main_container_size} text-muted small" }
|
||||||
= link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
= link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr"
|
||||||
= Time.now.year
|
= Time.now.year
|
||||||
\-
|
\-
|
||||||
= link_to 'Nouveautés', 'https://github.com/betagouv/tps/releases', target: '_blank'
|
= link_to 'Nouveautés', 'https://github.com/betagouv/tps/releases', target: '_blank'
|
||||||
|
|
|
@ -6,7 +6,6 @@ Apipie.configure do |config|
|
||||||
config.markup = Apipie::Markup::Markdown.new
|
config.markup = Apipie::Markup::Markdown.new
|
||||||
config.default_version = '1.0'
|
config.default_version = '1.0'
|
||||||
config.validate = false
|
config.validate = false
|
||||||
config.copyright = "© SGMAP"
|
|
||||||
config.namespaced_resources = true
|
config.namespaced_resources = true
|
||||||
config.show_all_examples = true
|
config.show_all_examples = true
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"order_place": 1,
|
"order_place": 1,
|
||||||
"description": "description de votre projet"
|
"description": "description de votre projet"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": {
|
"value": {
|
||||||
"type": "MultiPolygon",
|
"type": "MultiPolygon",
|
||||||
|
@ -257,8 +257,8 @@
|
||||||
"link": "http://localhost",
|
"link": "http://localhost",
|
||||||
"id": 3,
|
"id": 3,
|
||||||
"description": "Demande de subvention à l'intention des associations",
|
"description": "Demande de subvention à l'intention des associations",
|
||||||
"organisation": "Orga SGMAP",
|
"organisation": "Orga DINSIC",
|
||||||
"direction": "direction SGMAP",
|
"direction": "direction DINSIC",
|
||||||
"archived_at": null,
|
"archived_at": null,
|
||||||
"geographic_information": {
|
"geographic_information": {
|
||||||
"use_api_carto": true,
|
"use_api_carto": true,
|
||||||
|
|
|
@ -4,8 +4,8 @@ FactoryGirl.define do
|
||||||
lien_demarche 'http://localhost'
|
lien_demarche 'http://localhost'
|
||||||
sequence(:libelle) { |n| "Procedure #{n}" }
|
sequence(:libelle) { |n| "Procedure #{n}" }
|
||||||
description "Demande de subvention à l'intention des associations"
|
description "Demande de subvention à l'intention des associations"
|
||||||
organisation "Orga SGMAP"
|
organisation "Orga DINSIC"
|
||||||
direction "direction SGMAP"
|
direction "direction DINSIC"
|
||||||
published_at nil
|
published_at nil
|
||||||
cerfa_flag false
|
cerfa_flag false
|
||||||
administrateur { create(:administrateur) }
|
administrateur { create(:administrateur) }
|
||||||
|
|
Loading…
Reference in a new issue