diff --git a/templates/fragments/_integration.erb b/templates/fragments/_integration.erb index caa11fff..fe202875 100644 --- a/templates/fragments/_integration.erb +++ b/templates/fragments/_integration.erb @@ -12,7 +12,9 @@ <% if @in_level != '' -%> <%= @in_level %> <% end %> - <%= @in_group %> + <% if @in_group != '' -%> + <%= @in_group %> + <% end %> <% if @in_location != '' -%> <%= @in_location %> <% end %> @@ -22,4 +24,4 @@ <% end %> - \ No newline at end of file +