Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최정민
2021-06-10 15:29:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0558254064446df2c89604b1f554edbaa4f95907
05582540
1 parent
12606817
FEAT : 카페정보 닫기 기능 추가
-
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
views/map.ejs
views/map.ejs
View file @
0558254
...
...
@@ -377,7 +377,8 @@
' <span class="tel">'
+
place
.
phone
+
"</span>"
+
`<a href="/review/
${
place
.
id
}
"><button type="button" class="btn btn-outline-danger" style="font-size:70%;">후기 작성</button>`
;
`<a href="/review/
${
place
.
id
}
"><button type="button" class="btn btn-outline-danger" style="font-size:70%;">후기 작성</button></a>`
+
`<a href="/map"><button type="button" class="btn btn-outline-danger" style="font-size:30%;">닫기</button></a>`
;
"</div>"
+
'<div class="after"></div>'
;
contentNode
.
innerHTML
=
content
;
placeOverlay
.
setPosition
(
new
kakao
.
maps
.
LatLng
(
place
.
y
,
place
.
x
));
...
...
Please
register
or
login
to post a comment