Revision 2a4126d7 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates/details/info.hbs

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates/details/info.hbs
41 41
	<section class="info-block">
42 42
		<h2>tags</h2>
43 43
		{{view App.tagsListView}}
44
		{{render "add-tag" tag}}
44
        {{! notice that we pass the current controller model (vm/network etc.) as model to the AddTagController }}
45
		{{render "add-tag" model }}
45 46
	</section>
46 47

  
47 48

  
......
60 61
			</div>
61 62
		</div>
62 63
	</section>
63
{{/details-content}}
64
{{/details-content}}

Also available in: Unified diff