Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ind.ie Projects
Waystone
Commits
d7116634
Unverified
Commit
d7116634
authored
Sep 08, 2015
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated client-side JS to match the CoffeeScript formatter for time formatting.
parent
6f83eacb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
static/js/public.js
static/js/public.js
+1
-1
No files found.
static/js/public.js
View file @
d7116634
...
...
@@ -66,7 +66,7 @@ function getOlderMessages(){
+
"
<div class='image-and-body'>
"
+
"
<img class='profileImage' data-set-attribute='src message.key profileImagePathFormatter'>
"
+
"
<div class='bodyText' data-set-text='html message.value'>Message body HTML</div>
"
+
"
<div class='meta'><span class='postDate' data-set-attribute='data-timestamp message.key timestampFormatter' data-set-text='message.key postDateFormatter'></span><span data-set-text='message.key personFormatter'></span> <a data-set-attribute='href message.key addFriendLinkFormatter' data-set-text='html message.key addFriendTextFormatter'></a></div>
"
+
"
<div class='meta'><
a data-set-attribute='href message.key permanentLinkFormatter'><
span class='postDate' data-set-attribute='data-timestamp message.key timestampFormatter' data-set-text='message.key postDateFormatter'></span>
</a>
<span data-set-text='message.key personFormatter'></span> <a data-set-attribute='href message.key addFriendLinkFormatter' data-set-text='html message.key addFriendTextFormatter'></a></div>
"
+
"
</div>
"
+
"
</div>
"
;
...
...
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