From 4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad Mon Sep 17 00:00:00 2001 From: tim b Date: Tue, 6 Apr 2010 19:42:45 -0700 Subject: added thumb up for faving --- template/chat.st | 13 ++++++++++--- template/log_dump.st | 4 ++-- template/profile.st | 2 -- template/profile_dump.st | 3 +-- template/share_buttons.st | 12 ++++++------ 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/template/chat.st b/template/chat.st index 13b0a60..ef866ff 100644 --- a/template/chat.st +++ b/template/chat.st @@ -55,9 +55,16 @@ $users: { u |
$messages: { m | -
- $m.nick$: - $m.content$ +
+ + $m.nick$ + $if(m.favorited)$ + + $else$ + + $endif$ + + $m.content$
}$
diff --git a/template/log_dump.st b/template/log_dump.st index c772868..155981d 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -1,7 +1,7 @@ $if(dump.ztags)$ -
+
$else$ -
+
$endif$ $dump.created_on$ -- by $dump.nick$ diff --git a/template/profile.st b/template/profile.st index 918e659..e4dd467 100644 --- a/template/profile.st +++ b/template/profile.st @@ -1,8 +1,6 @@ $nick$'s dump.fm - - $head()$ diff --git a/template/profile_dump.st b/template/profile_dump.st index b93c2fc..0020c70 100644 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -1,4 +1,4 @@ -
+
$dump.content$
-
$share_buttons()$
diff --git a/template/share_buttons.st b/template/share_buttons.st index 4400fb3..d061743 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -1,13 +1,13 @@
$if(dump.favorited)$ - + $else$ - + $endif$ - - - - + + + +
\ No newline at end of file -- cgit v1.2.3-70-g09d2