Commit c497153e authored by Filipa Lacerda's avatar Filipa Lacerda

Adds newline at end of file

parent b31c9f53
......@@ -57,4 +57,4 @@
}
}
})
})();
\ No newline at end of file
})();
......@@ -47,4 +47,4 @@ $(() => {
});
}
});
});
\ No newline at end of file
});
......@@ -14,4 +14,4 @@ class EnvironmentsService {
all () {
return this.environments.get();
}
};
\ No newline at end of file
};
......@@ -64,4 +64,4 @@
return environmentsTree;
}
}
})();
\ No newline at end of file
})();
......@@ -4,4 +4,4 @@ module EnvironmentsHelper
endpoint: namespace_project_environments_path(@project.namespace, @project)
}
end
end
\ No newline at end of file
end
......@@ -93,4 +93,4 @@
-# = render "projects/environments/external_url", environment: "{{child}}"
-# = render "projects/deployments/actions", deployment: "{{child.last_deployment}}"
-# = render "projects/environments/stop", environment: "{{child}}"
-# = render "projects/deployments/rollback", deployment: "{{child.last_deployment}}"
\ No newline at end of file
-# = render "projects/deployments/rollback", deployment: "{{child.last_deployment}}"
......@@ -56,4 +56,4 @@
"v-for" => "environment in state.environments",
":model" => "environment" }
=render "projects/environments/components/environment"
\ No newline at end of file
=render "projects/environments/components/environment"
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