From 28a49a9eaf79f1b05fc2f793ad264d45c017de4c Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Thu, 14 Aug 2014 11:39:03 +0200 Subject: Show avatar in profile section and added a button to select a file (not yet wired to upload service) --- webclient/rooms/rooms.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'webclient/rooms/rooms.html') diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html index d303e143b9..66b89caf00 100644 --- a/webclient/rooms/rooms.html +++ b/webclient/rooms/rooms.html @@ -5,16 +5,33 @@
- - + + + + + +
+
+ +
+
+ + or use an existing image URL: +
+ + +
+
+
- - + +
+
-- cgit 1.5.1 From 60b0fca1036fd0cd9db8bcf518171ca55c4d1af8 Mon Sep 17 00:00:00 2001 From: Emmanuel ROHEE Date: Thu, 14 Aug 2014 11:51:31 +0200 Subject: Use ng-src --- webclient/rooms/rooms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webclient/rooms/rooms.html') diff --git a/webclient/rooms/rooms.html b/webclient/rooms/rooms.html index 66b89caf00..5974bd940c 100644 --- a/webclient/rooms/rooms.html +++ b/webclient/rooms/rooms.html @@ -9,7 +9,7 @@
- +
-- cgit 1.5.1