foodsoft/app/views/index/showUser.haml

12 lines
363 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
%h1=h @user.nick
.left_column{:style => "width:50em"}
.box_title
%h2 Übersicht
.column_content
= render :partial => "users/show"
%p{:style => "clear:both"}
%p= link_to "Nachricht senden", :controller => "messages", :action => 'user', :id => @user
.box_title
%h2 Gruppenabos
.column_content
= render :partial => "users/memberships"