Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임태민
/
Mapmory
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
임태민
2021-06-04 14:37:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
62be3b1494d494305f26041def216b6a2641dc94
62be3b14
1 parent
f429b0f9
Update show.ejs
- post의 일부 구조를 변경하였습니다.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
views/posts/show.ejs
views/posts/show.ejs
View file @
62be3b1
...
...
@@ -18,7 +18,8 @@
</nav>
<div
class=
"card"
>
<h5
class=
"card-header p-2"
style=
"font-weight: bold; font-family: 'Archivo', sans-serif;"
>
<
%= post.title %>
</h5>
<h5
class=
"card-header p-2"
style=
"font-weight: bold; font-family: 'Archivo', sans-serif; background-color:goldenrod;"
>
<
%= post.title %>
</h5>
<h5
class=
"card-header p-1"
style=
"font-family: 'Archivo', sans-serif;"
>
<
%= post.address %>
</h5>
<div
class=
"row"
>
<!-- 1 -->
<div
class=
"col-md-7 col-lg-8 col-xl-9 order-sm-2 order-md-1"
>
<!-- 1 -->
...
...
Please
register
or
login
to post a comment