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
fb92229f
Commit
fb92229f
authored
Apr 17, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename modal
parent
99d95b06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/modals/user-settings.js
src/modals/user-settings.js
+2
-2
src/templates/user_settings_modal.js
src/templates/user_settings_modal.js
+0
-0
No files found.
src/modals/user-settings.js
View file @
fb92229f
import
{
BootstrapModal
}
from
"
../converse-modal.js
"
;
import
tpl_
client_info_modal
from
"
templates/client_info
_modal
"
;
import
tpl_
user_settings_modal
from
"
templates/user_settings
_modal
"
;
let
_converse
;
...
...
@@ -12,7 +12,7 @@ export default BootstrapModal.extend({
},
toHTML
()
{
return
tpl_
client_info
_modal
(
return
tpl_
user_settings
_modal
(
Object
.
assign
(
this
.
model
.
toJSON
(),
this
.
model
.
vcard
.
toJSON
(),
...
...
src/templates/
client_info
_modal.js
→
src/templates/
user_settings
_modal.js
View file @
fb92229f
File moved
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