Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / javascripts / templates / item.hbs @ 82189820

History | View | Annotate | Download (455 Bytes)

1
<li {{bind-attr data-status=this.status class="this.status"}}>
2

    
3
	{{view App.sideActionsView}}
4

    
5
	<div class="container">
6

    
7
		<a href="" class="check">
8
			<span class="snf-checkbox-unchecked"></span>
9
		</a>
10
		
11
		{{partial 'img-wrap'}}
12

    
13
		<h4>{{this.name}}</h4>
14
		<div class= "status">
15
			<span class="state">{{status-to-text this.status}}</span>
16
		</div>
17
{{!-- {{codeNameParent}} kai edw vlepei ton controller--}}
18
		{{view App.tagsListView}}
19

    
20
	</div>
21
</li>
22