~bluet/+junk/lijibo-restructure

« back to all changes in this revision

Viewing changes to lib/Conifer/User.pm

  • Committer: BlueT - Matthew Lien - 練喆明
  • Date: 2011-10-31 14:34:13 UTC
  • mfrom: (38.2.6 lijibo)
  • Revision ID: bluet@bluet.org-20111031143413-8rapb2lj4whf0dc9
merge from lijibo-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        
192
192
        say $c->app->dumper(\%userinfo);
193
193
        
 
194
        my $p = $c->app->prep_out(title => "使用者資訊", creator => $name);
 
195
        
194
196
        $c->render(message => 'You can edit your informations here.', name => $name, userinfo => \%userinfo);
195
197
        
196
198
}