Skip to content

Commit

Permalink
Apply 'fa-tag' icon to Tag timeline events
Browse files Browse the repository at this point in the history
Fixes #23961
  • Loading branch information
dregad committed Feb 10, 2018
1 parent 3b4e833 commit 7824179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/classes/IssueTagTimelineEvent.class.php
Expand Up @@ -55,7 +55,7 @@ public function html() {
$t_string = $this->tag ? lang_get( 'timeline_issue_tagged' ) : lang_get( 'timeline_issue_untagged' );
$t_tag_row = tag_get_by_name( $this->tag_name );

$t_html = $this->html_start();
$t_html = $this->html_start( 'fa-tag' );
$t_html .= '<div class="action">'
. sprintf(
$t_string,
Expand Down

0 comments on commit 7824179

Please sign in to comment.