Commit 28a4bf83b35fba07fa3885e340ab5449a8b9e886

Authored by AntonioTerceiro
1 parent 0dd497de

ActionItem152: adding missing views directory


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1254 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
app/views/profile/index.rhtml 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +<h2><%= _("%s's profile") % profile.identifier %></h2>
  2 +
  3 +<ul>
  4 + <li>
  5 + <strong><%= _('Name:') %></strong>
  6 + <%= profile.name %>
  7 + </li>
  8 + <li>
  9 + <strong><%= _('Homepage: ') %></strong>
  10 + <%= link_to profile.url, profile.url %>
  11 + </li>
  12 +
  13 + <%# FIXME %>
  14 + <li><%= link_to_function _('Friends'), 'alert("not yet")' %></li>
  15 + <li><%= link_to_function _('Communities'), 'alert("not yet")' %></li>
  16 +</ul>
... ...