-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
62 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
data/articles/blog/2024-10-28-tunnel-stein-hardenberg-strasse.ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
defmodule Data.Article.Blog.TunnelSteinHardenbergStrasse do | ||
use Article.Default | ||
|
||
def title(), do: "Unterführung Stein-Hardenberg-Straße (Wandseradweg)" | ||
|
||
def summary(), do: "Der Weg im Tunnel soll noch 2024 beleuchtet werden." | ||
|
||
def type(), do: :intent | ||
def tags(), do: ["FR3"] | ||
def start(), do: ~d[2024] | ||
def stop(), do: ~d[2024] | ||
|
||
def point_of_interest(), do: %{lon: 10.1383853, lat: 53.5962044, zoom: 17} | ||
|
||
def links(_assigns) do | ||
[ | ||
{"Blogpost Lokalpolitiker", ~d[2024-10], | ||
"https://www.buschhueter.de/licht-im-tunnel-beleuchtung-soll-noch-dieses-jahr-kommen/"} | ||
] | ||
end | ||
|
||
def text(assigns) do | ||
~H""" | ||
<h4>Alter Zustand</h4> | ||
<p>Die Unterführung ist stockdunkel. Selbst bei Sonnenschein ist der Weg schlecht zu erkennen.</p> | ||
<h4>Vorhaben</h4> | ||
<p>Die Unterführung soll beleuchtet werden. Der Wandseradweg bleibt wie bisher unbeleuchtet.</p> | ||
<h4>Quelle</h4> | ||
<.structured_links ref={@ref}/> | ||
""" | ||
end | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters