Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
c1eb3532
Commit
c1eb3532
authored
Oct 22, 2012
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed alt attr or profile img and set status on title attr
parent
484ea865
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
converse.js
converse.js
+2
-1
No files found.
converse.js
View file @
c1eb3532
...
...
@@ -392,6 +392,7 @@
}
}
else
if
(
_
.
has
(
changed
.
changes
,
'
status
'
))
{
this
.
$el
.
find
(
'
p.user-custom-message
'
).
text
(
item
.
get
(
'
status
'
));
this
.
$el
.
find
(
'
p.user-custom-message
'
).
attr
(
'
title
'
,
item
.
get
(
'
status
'
));
}
}
},
this
);
...
...
@@ -401,7 +402,7 @@
'
<div class="chat-head chat-head-chatbox">
'
+
'
<a href="javascript:void(0)" class="chatbox-button close-chatbox-button">X</a>
'
+
'
<a href="#" class="user">
'
+
'
<img src="{{portrait_url}}" alt="Avatar of
Freethan Meignaman
" class="avatar" />
'
+
'
<img src="{{portrait_url}}" alt="Avatar of
{{fullname}}
" class="avatar" />
'
+
'
<div class="chat-title"> {{ fullname }} </div>
'
+
'
</a>
'
+
'
<p class="user-custom-message"><p/>
'
+
...
...
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