mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
9 lines
275 B
Text
9 lines
275 B
Text
= form_tag '/auth/browser_id/callback', id: 'browser-id-form'
|
|
= hidden_field_tag(:assertion)
|
|
|
|
- if signed_in?
|
|
= link_to session_path, data: { method: :delete, logout: true }
|
|
| Abmelden
|
|
- else
|
|
= link_to session_path, data: { 'persona-login' => true }
|
|
| Anmelden
|