Skip to content

Commit 85bb181

Browse files
fix: use new icon template
1 parent 0129776 commit 85bb181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/events/eventSegment.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ol>
3232
<div class="btn-toolbar pull-right">
3333
{if $.User}
34-
<a class="btn btn-success" href="{$Segment->getUrl(edit)}">{glyph "pencil"}&nbsp;{_ "Edit Segment"}</a>
34+
<a class="btn btn-success" href="{$Segment->getUrl(edit)}">{icon "pencil"}&nbsp;{_ "Edit Segment"}</a>
3535
{/if}
3636
</div>
3737
<h1>{$Segment->Title|escape}</h1>

0 commit comments

Comments
 (0)