Skip to content

Commit

Permalink
Merge branch 'release/2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbischof committed Jul 28, 2021
2 parents 5b6951a + 2caa24d commit 2ced427
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/views/home/for_civil_servants.de.html.slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
- content_for(:container_class, 'index-container')
- content_for(:page_title, 'Wieso MyZivi?')
- content_for(:displays_signup_button, true)
- content_for(:social_tags) do
meta name='description' content='Mit MyZivi planst Du Deinen Einsatz in wenigen Schritten' /
meta property='og:title' content=t('layouts.application.meta.og_title') /
meta property='og:type' content='website' /

= render 'home/navbar'

section.solution
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
get '/for_organizations', to: 'home#for_organizations'
get '/for_organizations/administration', to: 'home#administration', as: :administration
get '/for_organizations/recruiting', to: 'home#recruiting', as: :recruiting
get '/wieso-myzivi', to: 'home#for_civil_servants'
get '/wieso-myzivi', to: 'home#for_civil_servants', as: :for_civil_servants
get '/about_us', to: 'home#about_us'
get '/agb', to: 'home#agb'
get '/privacy_policy', to: 'home#privacy_policy'
Expand Down
2 changes: 2 additions & 0 deletions config/sitemap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
SitemapGenerator::Sitemap.sitemaps_path = 'sitemaps/'
SitemapGenerator::Sitemap.public_path = 'tmp/'
SitemapGenerator::Sitemap.adapter = SitemapGenerator::MyZiviGoogleStorageAdapter.new
SitemapGenerator::Sitemap.compress = false

STATIC_PAGES = [
new_user_session_path,
new_user_registration_path,
for_organizations_path,
for_civil_servants_path,
administration_path,
recruiting_path,
about_us_path,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class JobPostingHtmlContentToActionText < ActiveRecord::Migration[6.1]
include ActionView::Helpers::TextHelper
include ActionView::Helpers::TextHelper

def up
rename_column :job_postings, :description, :description_old
Expand Down

0 comments on commit 2ced427

Please sign in to comment.