861c68a2f8e56350ca372c2797324a1e133ab90b
1 {{ template
"header" . }}
3 <div class=
"ui basic segment">
4 <div class=
"ui floated right secondary menu">
5 <a href=
"/motions/" class=
"item" title=
"Show all votes">Back to motions
</a>
11 <div class=
"ui raised segment">
12 {{ template
"motion_fragment" . }}
16 <form action=
"/vote/{{ .Decision.Tag }}/{{ .VoteChoice }}" method=
"post">
18 {{ if eq
1 .VoteChoice }}
19 <button class=
"ui right labeled green icon button" type=
"submit"><i class=
"check circle icon"></i> Vote {{ .VoteChoice }}
</button>
20 {{ else if eq -
1 .VoteChoice }}
21 <button class=
"ui right labeled red icon button" type=
"submit"><i class=
"minus circle icon"></i> Vote {{ .VoteChoice }}
</button>
23 <button class=
"ui right labeled grey icon button" type=
"submit"><i class=
"circle icon"></i> Vote {{ .VoteChoice }}
</button>
27 {{ template
"footer" . }}