Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Jan 1, 2021
1 parent 350f2e3 commit 8cbcb07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="row">
<div class="col-md-10 footer-project-line">
<p>
kleineAnfragen war ein ehrenamtliches Projekt der <a href="https://okfn.de">Open Knowledge Foundation Deutschland e.V.</a>. <%= link_to 'Weitere Informationen und Hintergründe zur Abschaltung', info_stilllegung_path %>.
kleineAnfragen war ein ehrenamtliches Projekt der <a href="https://okfn.de">Open Knowledge Foundation Deutschland e.V.</a>. <%= link_to 'Weitere Informationen und Hintergründe zur Abschaltung', obituary_path %>.
</p>
</div>
<div class="col-md-2 col-xs-6 footer-support-logo">
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</tr>
<tr>
<td align="center" valign="top" class="obituary" bgcolor="#f2dede" style="background-color: #f2dede;">
<p>kleineAnfragen wurde zum <strong>31.12.2020 abgeschaltet</strong>. <%= link_to 'Mehr Informationen und Hintergründe', info_stilllegung_url %></p>
<p>kleineAnfragen wurde zum <strong>31.12.2020 abgeschaltet</strong>. <%= link_to 'Mehr Informationen und Hintergründe', obituary_url %></p>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion app/views/paper/recent.atom.builder
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
atom_feed(language: 'de-DE', root_url: recent_url) do |feed|
down_date = Date.new(2020, 12, 31)
url = Rails.application.routes.url_helpers.obiturary_url
url = Rails.application.routes.url_helpers.obituary_url

feed.title "kleineAnfragen: Anfragen der letzten Tage"
feed.updated down_date
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
get 'info/datenschutz'
get 'info/mitmachen'
get 'info/spenden'
get 'info/stilllegung', as: :obiturary
get 'info/stilllegung', as: :obituary

get 'static/kleineanfragen.svg', to: redirect { ActionController::Base.helpers.asset_path('kleineanfragen.svg') }

Expand Down

0 comments on commit 8cbcb07

Please sign in to comment.