Set .bdage for labelshelper
This commit is contained in:
parent
bc6986f728
commit
b3d8b85f65
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ module LabelsHelper
|
|||
|
||||
# Intentionally not using content_tag here so that this method can be called
|
||||
# by LabelReferenceFilter
|
||||
span = %(<span class="label color-label #{"has-tooltip" if tooltip}" ) +
|
||||
span = %(<span class="badge color-label #{"has-tooltip" if tooltip}" ) +
|
||||
%(style="background-color: #{label.color}; color: #{text_color}" ) +
|
||||
%(title="#{escape_once(label.description)}" data-container="body">) +
|
||||
%(#{escape_once(label.name)}#{label_suffix}</span>)
|
||||
|
|
Loading…
Reference in a new issue