mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
4981525047
- Upgrades Ember to latest - Fixes a bunch of bugs with page titles and missing "active" states
6 lines
171 B
Handlebars
6 lines
171 B
Handlebars
<div class="modal-body">
|
|
<pre>{{details}}</pre>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button class='btn btn-primary' {{action closeModal}}>{{i18n close}}</button>
|
|
</div>
|