From 2dcd29ad9190f1fae3de0fdf651553465a799c50 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 6 Oct 2018 00:46:47 +0200 Subject: [PATCH] story, story-content: Changed forms to be more like logs', removed tags from create story form. --- .../components/edit-story-modal/index.marko | 4 +--- marko/page/story/components/add-story-modal/index.marko | 9 ++------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/marko/page/story-content/components/edit-story-modal/index.marko b/marko/page/story-content/components/edit-story-modal/index.marko index 1e04549..d2def41 100644 --- a/marko/page/story-content/components/edit-story-modal/index.marko +++ b/marko/page/story-content/components/edit-story-modal/index.marko @@ -3,7 +3,6 @@

${state.error}

-

Meta

@@ -15,7 +14,7 @@ -

Options

+ -

\ No newline at end of file diff --git a/marko/page/story/components/add-story-modal/index.marko b/marko/page/story/components/add-story-modal/index.marko index 372bc1d..c3a22d8 100644 --- a/marko/page/story/components/add-story-modal/index.marko +++ b/marko/page/story/components/add-story-modal/index.marko @@ -1,9 +1,8 @@ -

Edit Story

+

Add Story

${state.error}

-

Meta

@@ -15,10 +14,7 @@ -

Tags

- - -

Options

+ -

\ No newline at end of file