From b6ca062670b342344df08b53fb216db619ef42bc Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Sun, 7 Aug 2016 16:39:42 +0200 Subject: Import legacy manman source Copied from www.ffgraz.net --- app/views/person/_pshow.rhtml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/views/person/_pshow.rhtml (limited to 'app/views/person/_pshow.rhtml') diff --git a/app/views/person/_pshow.rhtml b/app/views/person/_pshow.rhtml new file mode 100644 index 0000000..61a1f32 --- /dev/null +++ b/app/views/person/_pshow.rhtml @@ -0,0 +1,20 @@ +<% if @person != nil %> + + + + + + + + + + +
Nick:<%= @person.nick %>
Email:<%= mail_to @person.email, @person.email, :encode => 'hex' %>
Tel:<%= @person.tel %>
+

+ <%= link_to 'Show', { :action => 'show', :controller => 'person', :id => @person.id } %> | + <%= link_to 'Edit', { :action => 'edit', :controller => 'person', :id => @person.id } %> | + <%= link_to 'Change Password', { :action => 'change_pass', + :controller => 'person', + :id => @person.id } %> +

+<% end %> -- cgit v1.2.1