This website requires JavaScript.
Explore
Help
Sign in
hiro
/
Vulcan
Watch
1
Star
0
Fork
You've already forked Vulcan
0
mirror of
https://github.com/vale981/Vulcan
synced
2025-03-10 12:36:39 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0c8ba253ed
Vulcan
/
client
/
views
/
comments
/
comment_reply.js
5 lines
107 B
JavaScript
Raw
Normal View
History
Unescape
Escape
publish the post related to a single comment
2013-10-26 10:47:13 +09:00
Template
.
comment
_reply
.
helpers
(
{
post
:
function
(
)
{
return
Posts
.
findOne
(
this
.
comment
.
post
)
;
}
}
)
;
Reference in a new issue
Copy permalink