Skip to content

Commit

Permalink
Added GDPR text
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Jun 29, 2018
1 parent 7a699cc commit 261a81e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ body.settings nav.app.basic .settings,
body.users nav.app.basic .users {
font-weight: bold;
}

nav.app.basic section.box {
margin-top: 2em;
}
nav.app.basic .body-copy {
font-family: $serif;
}
6 changes: 6 additions & 0 deletions app/views/layouts/_nav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
%ul
%li= link_to 'Logga in', saml_login_path

- unless current_admin
%section.box
%h1.box-title= "Behandling av personuppgifter"
.box-content.body-copy
%p= "Tekniska nämnden ansvarar för behandling av dina personuppgifter i enlighet med EU:s dataskyddsförordning (2016/679). Du har rätt till att ta del av uppgifter som berör dig och även begära rättelse av dessa."

- if current_admin
%h1 Administrera
%ul
Expand Down

0 comments on commit 261a81e

Please sign in to comment.