diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-17 12:55:24 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-17 12:55:24 +0000 |
commit | 5d273a0c76e12e3125dbf06a8f0caa03de01d4a9 (patch) | |
tree | c968f7c7586778b3e7b3053b9c07b4336ba727e8 /syweb/webclient/user/user.html | |
parent | SYWEB-152: Remove room join logic from RoomController and put it in eventHand... (diff) | |
download | synapse-5d273a0c76e12e3125dbf06a8f0caa03de01d4a9.tar.xz |
Remove syweb directory. pull in syweb as a dependency from github
Diffstat (limited to '')
-rw-r--r-- | syweb/webclient/user/user.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/syweb/webclient/user/user.html b/syweb/webclient/user/user.html deleted file mode 100644 index 2aa981437b..0000000000 --- a/syweb/webclient/user/user.html +++ /dev/null @@ -1,25 +0,0 @@ -<div ng-controller="UserController" class="user"> - - <div id="wrapper"> - - <div id="genericHeading"> - <a href ng-click="goToPage('/')"><img src="img/logo-small.png" width="100" height="43" alt="[matrix]"/></a> - </div> - - <h1>{{ user.displayname || user.id }}</h1> - - <div> - <div class="profile-avatar"> - <img ng-src="{{ user.avatar_url || 'img/default-profile.png' }}"/> - </div> - <div id="user-ids"> - <div>{{ user.id }}</div> - </div> - </div> - - <button ng-hide="user.id == user_id" ng-click="messageUser()" style="font-size: 14pt; margin-top: 40px; margin-bottom: 40px">Start chat</button> - <br/> - {{ feedback }} - - </div> -</div> |