From 70192441560050d8cef2bae49fb7044c2ebfbef8 Mon Sep 17 00:00:00 2001 From: haerong22 Date: Tue, 23 Aug 2022 00:52:36 +0900 Subject: [PATCH] #16 board : article detail view - create, delete comment --- .../resources/templates/articles/detail.html | 31 ++++++++++++------- .../templates/articles/detail.th.xml | 13 ++++++-- 2 files changed, 30 insertions(+), 14 deletions(-) diff --git a/board/src/main/resources/templates/articles/detail.html b/board/src/main/resources/templates/articles/detail.html index 5eca5968..2e117fa5 100644 --- a/board/src/main/resources/templates/articles/detail.html +++ b/board/src/main/resources/templates/articles/detail.html @@ -49,10 +49,11 @@
-
+ +
- +
@@ -62,17 +63,25 @@
  • -
    - Bobby - -

    - Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    - Lorem ipsum dolor sit amet -

    -
    + + +
    +
    + Bobby + +

    + Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    + Lorem ipsum dolor sit amet +

    +
    +
    + +
    +
    +
  • -
    +
    Bobby

    diff --git a/board/src/main/resources/templates/articles/detail.th.xml b/board/src/main/resources/templates/articles/detail.th.xml index f947ceba..a89bfd71 100644 --- a/board/src/main/resources/templates/articles/detail.th.xml +++ b/board/src/main/resources/templates/articles/detail.th.xml @@ -18,11 +18,18 @@ + + + + + - - - + + + + + \ No newline at end of file