diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-03-01 20:36:37 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-03-01 20:36:37 +0100 |
| commit | a4c58aab13db901197ec20ef2bc8b79578141b92 (patch) | |
| tree | f54bb4f435604ad77b3588faa6a3872bd3bdbfe2 /src/components/friends_timeline | |
| parent | 51294082e079e83c7bc0df94e21e750d2a663a27 (diff) | |
Unify notice timelines to make changes easier.
Diffstat (limited to 'src/components/friends_timeline')
| -rw-r--r-- | src/components/friends_timeline/friends_timeline.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue index afe5cc89..3bf3b543 100644 --- a/src/components/friends_timeline/friends_timeline.vue +++ b/src/components/friends_timeline/friends_timeline.vue @@ -1,10 +1,5 @@ <template> - <div class="timeline panel panel-default"> - <div class="panel-heading base01-background base04">Friends Timeline</div> - <div class="panel-body"> - <Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/> - </div> - </div> + <Timeline :title="'Friends'" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/> </template> <script src="./friends_timeline.js"></script> |
