Sha256: 68a048f28e24f47c1ea567e394742bbb43ddc9b73bc17e2b48008b46eb85f357
Contents?: true
Size: 793 Bytes
Versions: 5
Compression:
Stored size: 793 Bytes
Contents
<div class='well'> % if Kaya::Support::Configuration.use_git? <h4> Working on branch <strong>{{Kaya::Support::Git.branch}}</strong> </h4> <h4> <small> <span title='{{Kaya::Support::Git.log_last_commit}}'>Commit ID:{{Kaya::Support::Git.get_last_commit_id}}</span> </small> % end % unless ["help","logs", "features"].include? section.downcase <div class='btn-group pull-right' role='group'> <button type='button' class='btn btn-default' aria-label='Left Align' title='Toggle collapse' onclick="auto_collapse()" title='collapse all panels'> <div id='collapse_icon'> <span class='glyphicon glyphicon-minus' aria-hidden='true' style='font-size:18px;'></span> </div> </button> </div> </h4> % end </div>
Version data entries
5 entries across 5 versions & 1 rubygems