Sha256: ca605c80a8b11a6fdc81890f6f22df8e1e75ce3c57f5c5d7f064bfb25fffc578
Contents?: true
Size: 679 Bytes
Versions: 6
Compression:
Stored size: 679 Bytes
Contents
<div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 id="modal_label"> <span>{{id}}</span> </h4> </div> <div class="modal-body"> <h3 class="section_title">stash data</h3> <div class="well"> <h5>Path</h5> <span class="modal_value">{{path}}</span> </div> {{#each content}} <div class="well"> <h5>{{@key}}</h5> <span>{{#if this}}{{this}}{{else}}false/nil{{/if}}</span> </div> {{/each}} </div> <div class="modal-footer"> <button id="remove_stash" class="btn btn-danger"> <i class="icon-remove icon-white" /> <span> Remove</span> </button> </div>
Version data entries
6 entries across 6 versions & 1 rubygems