Sha256: 8f8b96985a21d2ea32829208907a25b48652200044e97c350ea352d75463cf2a

Contents?: true

Size: 1.08 KB

Versions: 203

Compression:

Stored size: 1.08 KB

Contents

<div class="space_center"></div>
<h2><%=t('menu.information')%></h2>
<div class="space_center"></div>

<% if (!is_personal_empty?) or(is_owner?)%>
  <%= render :partial=> "personal"%>
<%end%>

<%  if  @profile.subject.subject_type == 'Event' %>
  <%= render :partial=> "outline", :locals => {:profile => @profile} %>
<% end %>

<% if (!is_contact_empty?) or(is_owner?)%>
  <%= render :partial=> "contact"%>
<%end%>
<% if (@profile.experience?) or(is_owner?)%>
  <%= render :partial=> "experience"%>
<%end%>
<% if is_owner? %>
  <div class="space_center"></div>
  <div class="block" id="avatar_info">
    <div class="header">
      <div class="header_text">
        <%= t('avatar.profile_change')%>
      </div>
      <div class="header_icon_right">
        <%= link_to (image_tag('btn/edit.png')),  :controller => "avatars" , :action => "index" %>
      </div>
    </div>
    <div class="content">
      <div class="row">
      </div>
    </div>
  </div>
<% end %>
<div class="space_center"></div>
<% if (@profile.subject.tag_list.count > 0) or (is_owner?) %>
  <%= render :partial=>"tags"%>
<% end %>

Version data entries

203 entries across 203 versions & 5 rubygems

Version Path
social_stream-1.1.12 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.11 app/views/profiles/_profile.html.erb
social_stream-1.1.11 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.10 app/views/profiles/_profile.html.erb
social_stream-1.1.10 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.9 app/views/profiles/_profile.html.erb
social_stream-1.1.9 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.8 app/views/profiles/_profile.html.erb
social_stream-1.1.8 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.7 app/views/profiles/_profile.html.erb
social_stream-1.1.7 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.6 app/views/profiles/_profile.html.erb
social_stream-1.1.6 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.5 app/views/profiles/_profile.html.erb
social_stream-1.1.5 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.4 app/views/profiles/_profile.html.erb
social_stream-1.1.4 base/app/views/profiles/_profile.html.erb
social_stream-1.1.3 base/app/views/profiles/_profile.html.erb
social_stream-base-1.1.3 app/views/profiles/_profile.html.erb
social_stream-1.1.2 base/app/views/profiles/_profile.html.erb