Une page de contact, éditable en markdown depuis la bd, est rajoutée
This commit is contained in:
parent
19dcb81d07
commit
4c641420b9
2
app/views/application/contact.haml
Normal file
2
app/views/application/contact.haml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true)
|
||||||
|
= raw markdown.render t '.content'
|
@ -69,5 +69,5 @@
|
|||||||
= link_to t('.tags'), tags_url
|
= link_to t('.tags'), tags_url
|
||||||
= link_to t('.infos'), application_infos_url
|
= link_to t('.infos'), application_infos_url
|
||||||
= link_to t('.stats'), stats_regions_url
|
= link_to t('.stats'), stats_regions_url
|
||||||
= link_to t('.contact'), users_url
|
= link_to t('.contact'), application_contact_url
|
||||||
= link_to t('.moderation'), moderations_url
|
= link_to t('.moderation'), moderations_url
|
||||||
|
@ -4,6 +4,7 @@ Rails.application.routes.draw do
|
|||||||
get 'map/index'
|
get 'map/index'
|
||||||
|
|
||||||
get 'application/infos'
|
get 'application/infos'
|
||||||
|
get 'application/contact'
|
||||||
|
|
||||||
resources :users
|
resources :users
|
||||||
resources :events
|
resources :events
|
||||||
|
11
db/seeds.rb
11
db/seeds.rb
@ -345,5 +345,14 @@ Bien que le logiciel faisant fonctionner l'Agenda du Libre soit spécifique, d'a
|
|||||||
* Ajout du schéma des [tables SQL](http://www.agendadulibre.org/svn/trunk/schema.sql)
|
* Ajout du schéma des [tables SQL](http://www.agendadulibre.org/svn/trunk/schema.sql)
|
||||||
|
|
||||||
#### 05/06/2005
|
#### 05/06/2005
|
||||||
* Lancement du site" }
|
* Lancement du site" },
|
||||||
|
|
||||||
|
{ locale: 'fr', key: 'application.contact.content',
|
||||||
|
value: "## Contact
|
||||||
|
|
||||||
|
Pour contacter les modérateurs du site *Agenda du Libre*:
|
||||||
|
|
||||||
|
* Par courrier électronique, à l'adresse moderateurs@agendadulibre.org
|
||||||
|
* Par [IRC](http://fr.wikipedia.org/wiki/IRC), sur le canal `#agendadulibre` du réseau *Freenode*" }
|
||||||
|
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user