Take unmuting out of expandable condition.
This commit is contained in:
parent
e531c78079
commit
1ea19dcf1d
@ -53,10 +53,10 @@
|
|||||||
<small>
|
<small>
|
||||||
<a href="#" @click.prevent="toggleExpanded" ><i class="icon-plus-squared"></i></a>
|
<a href="#" @click.prevent="toggleExpanded" ><i class="icon-plus-squared"></i></a>
|
||||||
</small>
|
</small>
|
||||||
|
</template>
|
||||||
<small v-if="unmuted">
|
<small v-if="unmuted">
|
||||||
<a href="#" @click.prevent="toggleMute" ><i class="icon-eye-off"></i></a>
|
<a href="#" @click.prevent="toggleMute" ><i class="icon-eye-off"></i></a>
|
||||||
</small>
|
</small>
|
||||||
</template>
|
|
||||||
<small v-if="!status.is_local" class="source_url">
|
<small v-if="!status.is_local" class="source_url">
|
||||||
<a :href="status.external_url" target="_blank" ><i class="icon-binoculars"></i></a>
|
<a :href="status.external_url" target="_blank" ><i class="icon-binoculars"></i></a>
|
||||||
</small>
|
</small>
|
||||||
|
Loading…
Reference in New Issue
Block a user