Skip to content

Commit

Permalink
fix(project manager): make open in editor button more discoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 8, 2019
1 parent 3479f21 commit dac7a4b
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -27,6 +27,13 @@
</div>

<div class="actions">
<VueButton
icon-left="open_in_browser"
@click.stop="openInEditor()"
>
{{ $t('org.vue.components.project-select-list-item.tooltips.open-in-editor') }}
</VueButton>

<VueButton
v-if="project.homepage"
:href="project.homepage"
Expand All @@ -37,13 +44,6 @@
@click.stop
/>

<VueButton
class="icon-button"
icon-left="open_in_browser"
v-tooltip="$t('org.vue.components.project-select-list-item.tooltips.open-in-editor')"
@click.stop="openInEditor()"
/>

<VueButton
class="icon-button"
icon-left="close"
Expand Down

0 comments on commit dac7a4b

Please sign in to comment.