We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0129776 commit 85bb181Copy full SHA for 85bb181
html-templates/events/eventSegment.tpl
@@ -31,7 +31,7 @@
31
</ol>
32
<div class="btn-toolbar pull-right">
33
{if $.User}
34
- <a class="btn btn-success" href="{$Segment->getUrl(edit)}">{glyph "pencil"} {_ "Edit Segment"}</a>
+ <a class="btn btn-success" href="{$Segment->getUrl(edit)}">{icon "pencil"} {_ "Edit Segment"}</a>
35
{/if}
36
</div>
37
<h1>{$Segment->Title|escape}</h1>
0 commit comments