diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 19:44:18 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 19:44:18 -0500 |
| commit | f5f04a1198b33d832c535fb5a31a5415ed42e1ad (patch) | |
| tree | 2950603e09cd778362ac26fa46570657dd9a0228 /bucky2/lib/Bucky/SVN.pm | |
| parent | a8a54b22c78c22772f52fccf31f36d0570ef6753 (diff) | |
only show comment in SVN
Diffstat (limited to 'bucky2/lib/Bucky/SVN.pm')
| -rw-r--r-- | bucky2/lib/Bucky/SVN.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bucky2/lib/Bucky/SVN.pm b/bucky2/lib/Bucky/SVN.pm index ce6b4cc..5b91950 100644 --- a/bucky2/lib/Bucky/SVN.pm +++ b/bucky2/lib/Bucky/SVN.pm @@ -40,7 +40,7 @@ __HEAD__ my $user_profile = "/cgi-bin/bucky/profile/$user"; my $user_img = "/bucky/data/profile/.thumb/am.$user.jpg"; my $date = $self->show_date($svn->{'date'}); - my $revision = $svn->{'revision'}; + # my $revision = $svn->{'revision'}; my $comment = $svn->{'comment'}; $out .= <<__SVN__; <tr> @@ -48,7 +48,7 @@ __HEAD__ <a href="$user_profile"><img src="$user_img" border=0></a><!--<br><small>$user</small>--> </td> <td style="border: 1px solid #333; padding: 3px" class="r$r"> -<small>$revision: $comment</small> +<small>$comment</small> </td> </small> </tr> |
