<% content_for :head do %> <%= stylesheet_link_tag "edit_user", :media => "screen, projection" %> <% end %>
Group Information
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :groups, :action => :edit, :section => :about_us %>
<% if @group.profile.organization? %>
Organization:
<%=h @group.profile.organization %>
<%end%> <% if @group.profile.city? %>
City:
<%=h @group.profile.city %> <% if @group.profile.country? %> , <%=@group.profile.country%> <%end%>
<%end%> <% if @group.profile.description? %>
Description:
<%=h @group.profile.description %>
<%end%>
Group created at:
<%=h h I18n.l @group.created_at, :format => :long %>
Group updated at:
<%=h I18n.l @group.updated_at, :format => :long %>
Contact Information
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :groups, :action => :edit, :section => :contact_info %>
<% if @group.profile.phone? %>
Phone
<%=h @group.profile.phone %>
<%end%> <% if @group.profile.mobile? %>
Mobile
<%=h @group.profile.mobile %>
<%end%> <% if @group.profile.fax? %>
Fax
<%=h @group.profile.fax %>
<%end%> <% if @group.profile.address? %>
Address
<%=h @group.profile.address %>
<%end%> <% if @group.profile.website? %> <%end%> <% if @group.email.present? %>
E-mail:
<%=h @group.email %>
<%end%>