Last change
on this file since 0f6d75f was 7b7d827, checked in by njw <njw@…>, 11 years ago |
opened projects: hothotwrite and contact
|
-
Property mode
set to
100644
|
File size:
332 bytes
|
Line | |
---|
1 | <div class="contacts">
|
---|
2 | <tr>
|
---|
3 | <td><%= h contact.name %>, <%= h contact.surname %></td>
|
---|
4 | <td><%= h contact.email.sub('@', ' #at# ') %></td>
|
---|
5 | <td><%= link_to contact.url ,contact.url %></td>
|
---|
6 | <td><%= h contact.newname %></td>
|
---|
7 | <td><%= link_to "...", :controller=>"admincontact", :action=>"edit", :id=>contact.id %></td>
|
---|
8 | </tr>
|
---|
9 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.