diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-20 05:05:41 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-20 05:05:41 -0400 |
| commit | 5851c64e3056836f907fd0c7833c9ba7c17c4f01 (patch) | |
| tree | a6e38ae84f6d885dd064d21ce5ca1f585e4b1bd0 /template/profile.st | |
| parent | 4e783d4b42907f8b3da08feeaeec102d0ff16248 (diff) | |
user logs
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st index 1abee8e..7bad5cd 100644 --- a/template/profile.st +++ b/template/profile.st @@ -27,9 +27,7 @@ <img id="avatarPic" src="/static/img/noinfo.png"> $endif$ - - - + $if(isadmin)$ <div id="dashadminmute"> <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a> @@ -79,7 +77,7 @@ <div id="middash"> - <h2><a onclick="alert('Back soon! We promise.'); return false;" href="http://dump.fm/$nick$/log">$dump_cnt$ dumps ➡</a></h2> + <h2><a href="http://dump.fm/$nick$/log">$dump_cnt$ dumps ➡</a></h2> <hr> |
