diff options
-rw-r--r-- | lib/views/public_body/_list_sidebar_extra.html.erb | 14 |
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> |