Commit 551d86c0 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken button in empty state

parent 9d3949ab
...@@ -193,19 +193,18 @@ ...@@ -193,19 +193,18 @@
</h2> </h2>
<p class="blank-state-text"> <p class="blank-state-text">
Environments are places where code gets deployed, such as staging or production. Environments are places where code gets deployed, such as staging or production.
<br /> <br />
<a :href="helpPagePath"> <a :href="helpPagePath">
Read more about environments Read more about environments
</a> </a>
<a
v-if="canCreateEnvironmentParsed"
:href="newEnvironmentPath"
class="btn btn-create">
New Environment
</a>
</p> </p>
<a
v-if="canCreateEnvironmentParsed"
:href="newEnvironmentPath"
class="btn btn-create">
New Environment
</a>
</div> </div>
<div <div
......
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