Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3ab22223ec4d
Commit
576ad445
authored
May 22, 2013
by
Dmitriy Zaporozhets
Browse files
Replace all occurs of {{created_at}} at project wall
parent
68fb4b08cf80
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/wall.js.coffee
View file @
3ab22223
...
...
@@ -60,7 +60,7 @@ class Wall
renderNote
:
(
note
)
->
template
=
@
noteTemplate
()
template
=
template
.
replace
(
'{{author_name}}'
,
note
.
author
.
name
)
template
=
template
.
replace
(
'
{{created_at}}
'
,
note
.
created_at
)
template
=
template
.
replace
(
/
{{created_at}}
/g
,
note
.
created_at
)
template
=
template
.
replace
(
'{{text}}'
,
linkify
(
sanitize
(
note
.
body
)))
if
note
.
attachment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment