diff options
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index d4da2a87..8ffa4499 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -4,7 +4,7 @@ <TimelineMenu v-if="!embedded" /> <button v-if="showLoadButton" - class="loadmore-button" + class="button-default loadmore-button" @click.prevent="showNewStatuses" > {{ loadButtonString }} @@ -61,13 +61,13 @@ > {{ $t('timeline.no_more_statuses') }} </div> - <a + <button v-else-if="!timeline.loading" - href="#" + class="button-unstyled -link" @click.prevent="fetchOlderStatuses()" > <div class="new-status-notification text-center panel-footer">{{ $t('timeline.load_older') }}</div> - </a> + </button> <div v-else class="new-status-notification text-center panel-footer" |
