[#369] fix error with new issue page
This commit is contained in:
parent
4ffa696ef3
commit
65498ca47b
|
@ -14,7 +14,7 @@
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if action_name == 'index' %>
|
<% if action_name.in?(['new', 'create', 'index']) %>
|
||||||
angular.module('RosaABF').service('LabelsInitializer', function(){
|
angular.module('RosaABF').service('LabelsInitializer', function(){
|
||||||
return {
|
return {
|
||||||
project: '<%= @project.name_with_owner %>',
|
project: '<%= @project.name_with_owner %>',
|
||||||
|
|
Loading…
Reference in New Issue