Remove any reference to the SGMAP
This commit is contained in:
parent
bb090179b8
commit
5723c4c894
4 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#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" }
|
||||
= link_to 'SGMAP', "http://etatplateforme.modernisation.gouv.fr"
|
||||
= link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr"
|
||||
= Time.now.year
|
||||
\-
|
||||
= 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.default_version = '1.0'
|
||||
config.validate = false
|
||||
config.copyright = "© SGMAP"
|
||||
config.namespaced_resources = true
|
||||
config.show_all_examples = true
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"order_place": 1,
|
||||
"description": "description de votre projet"
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
"value": {
|
||||
"type": "MultiPolygon",
|
||||
|
@ -257,8 +257,8 @@
|
|||
"link": "http://localhost",
|
||||
"id": 3,
|
||||
"description": "Demande de subvention à l'intention des associations",
|
||||
"organisation": "Orga SGMAP",
|
||||
"direction": "direction SGMAP",
|
||||
"organisation": "Orga DINSIC",
|
||||
"direction": "direction DINSIC",
|
||||
"archived_at": null,
|
||||
"geographic_information": {
|
||||
"use_api_carto": true,
|
||||
|
|
|
@ -4,8 +4,8 @@ FactoryGirl.define do
|
|||
lien_demarche 'http://localhost'
|
||||
sequence(:libelle) { |n| "Procedure #{n}" }
|
||||
description "Demande de subvention à l'intention des associations"
|
||||
organisation "Orga SGMAP"
|
||||
direction "direction SGMAP"
|
||||
organisation "Orga DINSIC"
|
||||
direction "direction DINSIC"
|
||||
published_at nil
|
||||
cerfa_flag false
|
||||
administrateur { create(:administrateur) }
|
||||
|
|
Loading…
Reference in a new issue