You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
644 B
24 lines
644 B
<div class="update">
|
|
<fieldset>
|
|
<legend>{{version}} <span class="date">- {{ShortDate releaseDate}}</span></legend>
|
|
|
|
{{#with changes}}
|
|
{{#each new}}
|
|
<div class="change">
|
|
<span class="label label-success">New</span> {{this}}
|
|
</div>
|
|
{{/each}}
|
|
|
|
{{#each fixed}}
|
|
<div class="change">
|
|
<span class="label label-info">Fixed</span> {{this}}
|
|
</div>
|
|
{{/each}}
|
|
{{/with}}
|
|
|
|
{{#unless changes}}
|
|
No notable changes
|
|
{{/unless}}
|
|
</fieldset>
|
|
</div>
|