Skip to content
Snippets Groups Projects
Commit a410fd44 authored by Olivier Perez's avatar Olivier Perez
Browse files

Fix smarty template on ->title

parent fc01fe69
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
{/foreach}
<td>
<a href="{poll_url id=$admin_poll_id admin=true action='add_slot' action_value=true}"
class="btn btn-link btn-sm" title="{__('adminstuds', 'Add a column')} {$slot->title|html}">
class="btn btn-link btn-sm" title="{__('adminstuds', 'Add a column')} {$slot->day|html}">
<span class="glyphicon glyphicon-plus text-success"></span><span class="sr-only">{__('Poll results', 'Add a column')}</span>
</a>
</td>
......
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