Skip to content

Instantly share code, notes, and snippets.

@splinter
Created July 3, 2016 09:24
Show Gist options
  • Save splinter/3ae2a461d3ab97eeeecf9b10a3488fb7 to your computer and use it in GitHub Desktop.
Save splinter/3ae2a461d3ab97eeeecf9b10a3488fb7 to your computer and use it in GitHub Desktop.
{{#with assets}}
<div class="well asset-well">
<div class="container-fluid">
<div class="row">
<div class="col-lg-1">
<div class="ast-img setbgcolor" style="background: {{this.uniqueColor}}">
<span class="ast-type-icon">
<i class="{{icon}} fw-lg"></i>
</span>
<div class="ast-name-icon">{{this.nameToChar}}</div>
</div>
</div>
<div class="col-lg-10 padding-left-double">
<h4>{{name}}</h4>
{{#if version}}
<p>Version : {{version}}</p>
{{/if}}
{{#if lifecycleState}}
<p>{{lifecycle}} : {{lifecycleState}}</p>
{{/if}}
<div class="well-description">{{tables.0.fields.createdtime.value}}</div>
<div>Test Plan:
<a class="square-element" href='{{url ""}}/storage/{{type}}/{{id}}/tests_plan'>Download test plan</a>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment