mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix some bad HTML
This commit is contained in:
parent
2ade638d79
commit
a871158c80
@ -12,6 +12,7 @@
|
|||||||
<div class='controls'>
|
<div class='controls'>
|
||||||
<label class='radio'>
|
<label class='radio'>
|
||||||
<input type='radio' id="choose-topic-{{unbound id}}" name='choose_topic_id' {{action chooseTopic this target="view"}}>{{title}}
|
<input type='radio' id="choose-topic-{{unbound id}}" name='choose_topic_id' {{action chooseTopic this target="view"}}>{{title}}
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
</a>
|
</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if noSubcategories}}
|
{{#if noSubcategories}}
|
||||||
<a href='#' {{action expand}} class='badge-category home' {{bind-attr style="badgeStyle"}}>{{i18n categories.no_subcategory}}</i></a>
|
<a href='#' {{action expand}} class='badge-category home' {{bind-attr style="badgeStyle"}}>{{i18n categories.no_subcategory}}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href='#' {{action expand}} class='badge-category home' {{bind-attr style="badgeStyle"}}>{{allCategoriesLabel}}</i></a>
|
<a href='#' {{action expand}} class='badge-category home' {{bind-attr style="badgeStyle"}}>{{allCategoriesLabel}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<a href='#' {{action closeMessage this}} class='close'><i class='fa fa-times-circle'></i></a>
|
<a href='#' {{action closeMessage this}} class='close'><i class='fa fa-times-circle'></i></a>
|
||||||
<h3>{{i18n composer.similar_topics}}<h3>
|
<h3>{{i18n composer.similar_topics}}</h3>
|
||||||
|
|
||||||
<ul class='topics'>
|
<ul class='topics'>
|
||||||
{{#each similarTopics}}
|
{{#each similarTopics}}
|
||||||
|
@ -207,7 +207,8 @@ Discourse.PostMenuView = Discourse.View.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
buffer.push("<button title=\"" + tooltip +
|
buffer.push("<button title=\"" + tooltip +
|
||||||
"\" data-action=\"bookmark\" class='bookmark'><div class='" + iconClass +
|
"\" data-action=\"bookmark\" class='" + buttonClass +
|
||||||
|
"'><div class='" + iconClass +
|
||||||
"'></div></button>");
|
"'></div></button>");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user