This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div>
|
||||
<v-btn depressed tile @click="revealedClicked">
|
||||
{{ $ay.t("Attachments")
|
||||
}}<v-icon v-text="reveal ? 'fa-eye-slash' : 'fa-eye'" right></v-icon
|
||||
}}<v-icon v-text="reveal ? '$ayiEyeSlash' : '$ayiEye'" right></v-icon
|
||||
></v-btn>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
<v-btn depressed tile @click="revealedClicked" class="mt-8">
|
||||
{{ $ay.t("Attachments")
|
||||
}}<v-icon
|
||||
v-text="reveal ? 'fa-eye-slash' : 'fa-eye'"
|
||||
v-text="reveal ? '$ayiEyeSlash' : '$ayiEye'"
|
||||
right
|
||||
></v-icon
|
||||
></v-btn>
|
||||
|
||||
Reference in New Issue
Block a user