Commit c497153e authored by Filipa Lacerda's avatar Filipa Lacerda

Adds newline at end of file

parent b31c9f53
...@@ -57,4 +57,4 @@ ...@@ -57,4 +57,4 @@
} }
} }
}) })
})(); })();
\ No newline at end of file
...@@ -47,4 +47,4 @@ $(() => { ...@@ -47,4 +47,4 @@ $(() => {
}); });
} }
}); });
}); });
\ No newline at end of file
...@@ -14,4 +14,4 @@ class EnvironmentsService { ...@@ -14,4 +14,4 @@ class EnvironmentsService {
all () { all () {
return this.environments.get(); return this.environments.get();
} }
}; };
\ No newline at end of file
...@@ -64,4 +64,4 @@ ...@@ -64,4 +64,4 @@
return environmentsTree; return environmentsTree;
} }
} }
})(); })();
\ No newline at end of file
...@@ -4,4 +4,4 @@ module EnvironmentsHelper ...@@ -4,4 +4,4 @@ module EnvironmentsHelper
endpoint: namespace_project_environments_path(@project.namespace, @project) endpoint: namespace_project_environments_path(@project.namespace, @project)
} }
end end
end end
\ No newline at end of file
...@@ -93,4 +93,4 @@ ...@@ -93,4 +93,4 @@
-# = render "projects/environments/external_url", environment: "{{child}}" -# = render "projects/environments/external_url", environment: "{{child}}"
-# = render "projects/deployments/actions", deployment: "{{child.last_deployment}}" -# = render "projects/deployments/actions", deployment: "{{child.last_deployment}}"
-# = render "projects/environments/stop", environment: "{{child}}" -# = render "projects/environments/stop", environment: "{{child}}"
-# = render "projects/deployments/rollback", deployment: "{{child.last_deployment}}" -# = render "projects/deployments/rollback", deployment: "{{child.last_deployment}}"
\ No newline at end of file
...@@ -56,4 +56,4 @@ ...@@ -56,4 +56,4 @@
"v-for" => "environment in state.environments", "v-for" => "environment in state.environments",
":model" => "environment" } ":model" => "environment" }
=render "projects/environments/components/environment" =render "projects/environments/components/environment"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment