summary refs log tree commit diff
path: root/webclient/user/user.html
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 18:03:57 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 18:03:57 +0000
commit19977b465913c3cb263d88884e16f9dc13f2a05e (patch)
tree6015e4155502d34fd8aa35fc32094d8c29981a0a /webclient/user/user.html
parentMerge branch 'release-v0.4.2' of github.com:matrix-org/synapse (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.5.0 (diff)
downloadsynapse-19977b465913c3cb263d88884e16f9dc13f2a05e.tar.xz
Merge branch 'release-v0.5.0' of github.com:matrix-org/synapse v0.5.0
Diffstat (limited to 'webclient/user/user.html')
-rw-r--r--webclient/user/user.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/webclient/user/user.html b/webclient/user/user.html
deleted file mode 100644
index 2aa981437b..0000000000
--- a/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>