mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
0cbdf6f5bb
* Editing a badge's title would show it as changed in the side even if you didn't hit save * Clicking a badge would not scroll to the top * If there was an error saving a badge there was a missing i18n key * URLs were using queryParams instead of paths * User `label` tags for checkboxes for larger click targets * Saved! text would persist when viewing another badge * After creating a new badge it would show nothing * Validation errors were not being properly released to the client * Query errors were surrounded by an extra array
10 lines
213 B
Handlebars
10 lines
213 B
Handlebars
<div class='span13'>
|
|
<p>{{i18n admin.badges.none_selected}}</p>
|
|
|
|
<div>
|
|
{{#link-to 'adminBadges.show' 'new' class="btn"}}
|
|
{{fa-icon "plus"}} {{i18n admin.badges.new}}
|
|
{{/link-to}}
|
|
</div>
|
|
</div>
|