-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added legal disclosure text. Renamed "impressum" to "legal disclosure…
…" in code.
- Loading branch information
Showing
7 changed files
with
60 additions
and
20 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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<div class="panel panel-default" style="opacity: 0.7;"> | ||
|
||
<div class="panel-heading"> | ||
<h3 class="panel-title">Legal disclosure</h3> | ||
</div> | ||
|
||
<div class="panel-body"> | ||
<p>Web application written by and responsible for this website in accordance with § 5 Telemediengesetz and § 55 Staatsvertrag für Rundfunk und Telemedien:</p> | ||
<p> | ||
Kai Müller<br> | ||
Hüfferstr. 1, 48149 Münster<br> | ||
Telefon: +49 251 83-21645<br> | ||
E-Mail: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
|
||
<br> | ||
|
||
<p>Co-author:</p> | ||
<p> | ||
Sarah Wiechers<br> | ||
Hüfferstr. 1, 48149 Münster<br> | ||
Telefon: +49 251 83-21099<br> | ||
E-Mail: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
|
||
<br> | ||
|
||
<p><strong>Organisation</strong></p> | ||
<p> | ||
Evolution and Biodiversity of Plants<br> | ||
<a href="http://ieb.uni-muenster.de/">Institute for Evolution and Biodiversity</a><br> | ||
<a href="https://www.uni-muenster.de/en/">Westfälische Wilhelms-Universität Münster</a><br> | ||
(Statutory body and an institution of the state of North Rhine-Westphalia) | ||
Hüfferstraße 1<br> | ||
48149 Münster<br> | ||
Germany<br> | ||
</p> | ||
<p><b>Tax ID number:</b> DE 126118759</p> | ||
|
||
<br> | ||
|
||
<p><strong>Inspecting authority</strong></p> | ||
<p> | ||
<a href="http://www.wissenschaft.nrw.de/ministerium/">Ministry for innovation, science and research of North Rhine-Westphalia</a><br /> | ||
(Ministerium für Innovation, Wissenschaft und Forschung des Landes Nordrhein-Westfalen)<br /> | ||
Völklinger Straße 49<br /> | ||
40221 Düsseldorf<br /> | ||
Germany | ||
</p> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="panel-footer" style="opacity: 0.7;"> | ||
<div class="text-right"><%= link_to 'Legal disclosure', impressum_path %> | <%= link_to 'Privacy policy', privacy_policy_path %></div> | ||
<div class="text-right"><%= link_to 'Legal disclosure', legal_disclosure_path %> | <%= link_to 'Privacy policy', privacy_policy_path %></div> | ||
</div> |
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