Skip to content
Snippets Groups Projects
Commit 0cd41782 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge branch 'fix-ifneedbe-checkbox' into 'develop'

Add back parenthesis for ifneedbe vote

Closes #292

See merge request framasoft/framadate!260
parents 2935fdf6 ce16034c
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@
<li class="ifneedbe">
<input type="radio" id="i-choice-{$id}" name="choices[{$id}]" value="1" />
<label class="btn btn-default btn-xs" for="i-choice-{$id}" title="{__('Poll results', 'Vote ifneedbe for')|html} {$slot->title|html}">
<i class="glyphicon glyphicon-ok"></i>)<span class="sr-only">{__('Generic', 'Ifneedbe')}</span>
(<i class="glyphicon glyphicon-ok"></i>)<span class="sr-only">{__('Generic', 'Ifneedbe')}</span>
</label>
</li>
{/if}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment