aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutvk <utvk@users.noreply.github.com>2015-07-28 00:10:12 +0200
committerutvk <utvk@users.noreply.github.com>2015-07-28 00:10:12 +0200
commite8d162d1bff09a37846fe8ea5920ec3519354b38 (patch)
treed7f9d62fe86e99d1e030c0f0dbc755a426f0cf6d
parent5b68916d6f282e05a59e280f77e778ea72efcac1 (diff)
La til info om datakilde, men kun på norsk
-rw-r--r--lib/views/public_body/_list_sidebar_extra.html.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/views/public_body/_list_sidebar_extra.html.erb b/lib/views/public_body/_list_sidebar_extra.html.erb
new file mode 100644
index 0000000..f307835
--- /dev/null
+++ b/lib/views/public_body/_list_sidebar_extra.html.erb
@@ -0,0 +1,14 @@
+<% if AlaveteliConfiguration::public_body_statistics_page %>
+ <p>
+ <%= link_to _('Public authority statistics'), public_bodies_statistics_path %>
+ </p>
+<% end %>
+<p>
+ <%= link_to _('Are we missing a public authority?'), help_requesting_path + '#missing_body' %>
+</p>
+<p>
+ <%= link_to _('List of all authorities (CSV)'), all_public_bodies_csv_path %>
+</p>
+<p>
+ <a href="https://github.com/mimesbronn/etatsbasen-data">Informasjon om datakilde</a>
+</p>