Jan Dittberner
a1a66b7245
- rename config block mail_server to mail_config - rename smtp server settings - move mail notification settings to mail_config - improve navigation templates - prepare routes for user management
11 lines
No EOL
291 B
HTML
11 lines
No EOL
291 B
HTML
{{ define "title" }}CAcert Board Decisions: {{ .Motion.Tag }}{{ end }}
|
|
|
|
{{ define "main" }}
|
|
{{ $voter := .User }}
|
|
{{ with .Motion }}
|
|
<div class="ui raised segment">
|
|
{{ template "motion_display" . }}
|
|
{{ if $voter }}{{ template "motion_actions" . }}{{ end }}
|
|
</div>
|
|
{{ end }}
|
|
{{ end }} |