Backport prettier change
Here is another line that prettier changed in ee.
This commit is contained in:
parent
30d06a3bf3
commit
1a31933188
1 changed files with 3 additions and 3 deletions
|
@ -96,9 +96,9 @@ export default {
|
|||
<tabs :tabs="tabs" scope="environments" @onChangeTab="onChangeTab" />
|
||||
|
||||
<div v-if="canCreateEnvironment && !isLoading" class="nav-controls">
|
||||
<a :href="newEnvironmentPath" class="btn btn-success">
|
||||
{{ s__('Environments|New environment') }}
|
||||
</a>
|
||||
<a :href="newEnvironmentPath" class="btn btn-success">{{
|
||||
s__('Environments|New environment')
|
||||
}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue