/[Perly]/lib/Perly/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Perly/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Tue Jun 5 13:13:02 2007 UTC revision 12 by dpavlin, Tue Jun 5 14:21:22 2007 UTC
# Line 23  private template 'code_list' => sub { Line 23  private template 'code_list' => sub {
23                          li {                          li {
24                                  a {                                  a {
25                                          attr { href => '/edit?id=' . $code->id, },                                          attr { href => '/edit?id=' . $code->id, },
26                                          length( $code->source ), ' bytes'                                          $code->name,
27                                  }                                  },
28                                    small { length( $code->source ), ' bytes ', $code->created_on },
29                                  pre { $code->source },                                  pre { $code->source },
30                          }                          }
31                  }                  }

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26