From 3d83c8e1a0800087f85fb055340312921485a53d Mon Sep 17 00:00:00 2001 From: les Date: Mon, 10 Feb 2020 01:11:27 +0100 Subject: [PATCH] fix recurrent event edit --- layouts/default.vue | 18 ++++++++---------- pages/add/_edit.vue | 19 ++++++++----------- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 1d880db7..b7cf871a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -9,16 +9,14 @@ Nav #content nuxt - el-footer#footer - .row - .col.col-7 - small Gancio {{settings.version}} - .col#links - a(rel='me' :href='settings.baseurl' @click.prevent='showFollowMe=true') follow me - nuxt-link(to='/about') about - a(href='https://gancio.org') docs - a(href='https://blog.gancio.org') blog - a(href='https://framagit.org/les/gancio') source + el-footer.mt-1#footer + #links + a(href='https://gancio.org') Gancio {{settings.version}} + span ⇒ + a(rel='me' :href='settings.baseurl' @click.prevent='showFollowMe=true') follow me + nuxt-link(to='/about') about + a(href='https://blog.gancio.org') blog + a(href='https://framagit.org/les/gancio') source