aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/help/_sidebar.nb.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/views/help/_sidebar.nb.html.erb')
-rw-r--r--lib/views/help/_sidebar.nb.html.erb17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/views/help/_sidebar.nb.html.erb b/lib/views/help/_sidebar.nb.html.erb
new file mode 100644
index 0000000..425ca9f
--- /dev/null
+++ b/lib/views/help/_sidebar.nb.html.erb
@@ -0,0 +1,17 @@
+<div id="right_column_flip">
+ <h2>Hjelpesider</h2>
+ <ul class="no_bullets">
+ <li><%= link_to_unless_current "Introduksjon", "/help/about" %></li>
+ <li><%= link_to_unless_current "Lag henvendelse", "/help/requesting" %></li>
+ <li><%= link_to_unless_current "Personvern", "/help/privacy" %></li>
+ <li><%= link_to_unless_current "For saksbehandlere", "/help/officers" %></li>
+ <li><%= link_to_unless_current "Om programvaren", "/help/alaveteli" %></li>
+ <li><%= link_to_unless_current "Hvem står bak", "/help/credits" %></li>
+ <li><%= link_to_unless_current "API", "/help/api" %></li>
+ <li><%= link_to_unless_current "Avansert søk", "/advancedsearch" %></li>
+ </ul>
+
+ <h2 id="contact">Kontakt oss</h2>
+ <p>Om det er noe du lurer på, eller om det er noe vi burde vite om tjenesten, <a href="/help/contact">ta&nbsp;kontakt med oss</a>.
+ </p>
+</div>