Skip to content

Commit

Permalink
Added title
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jun 11, 2019
1 parent 153ba61 commit 9aea619
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/javascript/vue/components/defaultConfidence.vue
Expand Up @@ -4,11 +4,13 @@
<div
v-if="!created"
class="default_tag_widget circle-button btn-confidences btn-submit"
@click="createConfidence()"/>
@click="createConfidence()"
title="Set default confidence"/>
<div
v-else
class="default_tag_widget circle-button btn-confidences btn-delete"
@click="deleteConfidence()"/>
@click="deleteConfidence()"
title="Remove default confidence"/>
</div>
<div
v-else
Expand Down

0 comments on commit 9aea619

Please sign in to comment.