aboutsummaryrefslogtreecommitdiff
path: root/src/components/mentions/mentions.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-03-01 16:58:42 -0500
committerShpuld Shpuldson <shpuld@gmail.com>2017-03-01 16:58:42 -0500
commit6075915223e26fc0b535d87a3cdf26435245937e (patch)
tree67c03cd787184a79595d0def66d917053cbcf5c9 /src/components/mentions/mentions.vue
parent51294082e079e83c7bc0df94e21e750d2a663a27 (diff)
parentbed37646f929ba7241f382a0ce06555d20b163b0 (diff)
Merge branch 'feature/restructure-timelines' into 'develop'
Unify notice timelines to make changes easier. See merge request !36
Diffstat (limited to 'src/components/mentions/mentions.vue')
-rw-r--r--src/components/mentions/mentions.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/mentions/mentions.vue b/src/components/mentions/mentions.vue
index 59f00241..7af402ce 100644
--- a/src/components/mentions/mentions.vue
+++ b/src/components/mentions/mentions.vue
@@ -1,10 +1,5 @@
<template>
- <div class="timeline panel panel-default">
- <div class="panel-heading base01-background base04">Mentions</div>
- <div class="panel-body">
- <Timeline v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
- </div>
- </div>
+ <Timeline :title="'Mentions'" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>