diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:53:56 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:53:56 -0400 |
| commit | e6fc8fe57e0ad75313f839fe60a5bb442f7954fb (patch) | |
| tree | ecbfbe3d2cb41eb57e14c822fa1404405e2ec508 /template/log_dump.st | |
| parent | a5c1f147db69d161110286e40da3c7f0c18cae8b (diff) | |
Added infobar to favs page, added mini-profile template
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/log_dump.st b/template/log_dump.st index 9173ffc..fca3b82 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -4,7 +4,7 @@ $else$ <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> $endif$ -$dump.created_on$ -- by <b><a href="/$dump.nick$">$dump.nick$</b> +$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b> <div id="logavatar"> $if(dump.avatar)$ <img height="50" width="50" src="$dump.avatar$" /> |
