13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
|
|
<% if @ng_template_object == 'contact' -%>
|
|
define <%= @ng_template_object %>{
|
|
name <%= @ng_template_object_name %>;
|
|
|
|
}
|
|
<% elsif @ng_template_object == 'host' -%>
|
|
|
|
<% elsif @ng_template_object == 'service' -%>
|
|
|
|
|
|
<% end -%>
|