Don't use (+) for the syns anymore, looks like the must button.
This commit is contained in:
parent
cdf6ee2038
commit
fa7f5b7b17
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ h2, h3
|
||||||
{% if include_synonyms %}
|
{% if include_synonyms %}
|
||||||
{% for synonym in tag.get_synonyms() %}
|
{% for synonym in tag.get_synonyms() %}
|
||||||
<li>
|
<li>
|
||||||
{{tag_object.tag_object(tag, link=none, innertext='(+)')}}
|
{{tag_object.tag_object(tag, link=none, innertext='syn')}}
|
||||||
{{tag_object.tag_object(tag, link='search', innertext=qualified_name + '+' + synonym)-}}
|
{{tag_object.tag_object(tag, link='search', innertext=qualified_name + '+' + synonym)-}}
|
||||||
<button
|
<button
|
||||||
class="remove_tag_button red_button button_with_confirm"
|
class="remove_tag_button red_button button_with_confirm"
|
||||||
|
|
Loading…
Reference in a new issue