Skip to content
Snippets Groups Projects
Commit 3e0558c9 authored by dakkar's avatar dakkar
Browse files

merge: Add missing back buttons to following/follower pages (!824)

View MR for information: !824



Approved-by: default avatardakkar <dakkar@thenautilus.net>
Approved-by: default avatarMarie <github@yuugi.dev>
parents 3b5e3fd4 67a0d8a5
No related branches found
No related tags found
2 merge requests!842Bump stable version,!824Add missing back buttons to following/follower pages
Pipeline #2155 passed with stages
in 18 minutes and 48 seconds
......@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
<MkSpacer :contentMax="1000">
<Transition name="fade" mode="out-in">
<div v-if="user">
......
......@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<template #header><MkPageHeader :actions="headerActions" :displayBackButton="true" :tabs="headerTabs"/></template>
<MkSpacer :contentMax="1000">
<Transition name="fade" mode="out-in">
<div v-if="user">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment