35:46d32d01fa47
Anton Shestakov <av6@dwimlabs.net>, 2018-07-11
changeset: move obsfateentry and whyunstableentry to the bottom, add badges

next change 36:c43e16e3c768
previous change 33:5b2c49a87d64

templates/kit/changeset.tmpl

Other formats: Feeds:
Inserted Replaced Deleted
34:7e26ea8dbdf0 35:46d32d01fa47
<div class="uk-button-group"> <div class="uk-button-group">
<a class="uk-button uk-button-small" href="{url|urlescape}raw-rev/{node|short}">Patch</a> <a class="uk-button uk-button-small" href="{url|urlescape}raw-rev/{node|short}">Patch</a>
{archives%archiveentry} {archives%archiveentry}
</div> </div>
<table class="uk-margin-top"> <table class="uk-margin-top">
{if(obsolete, succsandmarkers%obsfateentry)}
{if(instabilities, whyunstable%whyunstableentry)}
{child%changesetchild} {child%changesetchild}
{ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)} {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}
</table> </table>
</div> </div>
{alltags} {alltags}
</div> </div>
<div>{author|obfuscate}, <span class="age">{date|rfc822date}</span></div> <div>{author|obfuscate}, <span class="age">{date|rfc822date}</span></div>
<div class="uk-margin-small uk-margin-small-left kit-commit-message">{desc|strip|escape|websub|nonempty}</div> <div class="uk-margin-small uk-margin-small-left kit-commit-message">{desc|strip|escape|websub|nonempty}</div>
{if(obsolete, succsandmarkers%obsfateentry)}
{if(instabilities, whyunstable%whyunstableentry)}
</div> </div>
<hr> <hr>
<div> <div>