Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sidebar pages to the seeds #44

Merged
merged 1 commit into from
Aug 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@
end

Event.all.each{|event| event.update_attributes( {:mod_state => 'ok' } ) }

Page.create(page_type: 'menu_page', public: true, rank: 1, slug: 'imprint', title: 'Impressum & Datenschutz', body:'Diese Seite wird herausgegeben und betrieben von: Anne Roth E-Mail: annalist (at) riseup.net')
Page.create(page_type: 'menu_page', public: true, rank: 2, slug: 'about', title: 'About', body:'"50 Prozent" dokumentiert, dass und wie sehr Frauen* als Rednerinnen bei Konferenzen, Podien, bei Talk-Shows und anderen öffentlichen Veranstaltungen unterrepräsentiert sind. Rednerinnen und Redner werden pro Veranstaltung gezählt und als Prozent-Anteil veröffentlicht.')
Page.create(page_type: 'sidebar_snippet', public: true, rank: 2, slug: 'kontakt', title: 'Kontakt', body:'[Impressum](https://speakerinnen.org/de/impressum)')
Page.create(page_type: 'sidebar_snippet', public: true, rank: 1, slug: 'warum', title: 'Warum', body:'50 Prozent sind die Hälfte. Frauen sind in etwa die Hälfte aller Menschen, aber selten die Hälfte auf Podien, am Mikro, bei Talk-Shows oder Konferenzen. "50 Prozent" dokumentiert, wieviele Frauen* es tatsächlich sind.')