Sha256: b20f4d11c737ea992c47a4c2255dc35dec5f674c8478fa9d62892f2adce9bf7b

Contents?: true

Size: 968 Bytes

Versions: 39

Compression:

Stored size: 968 Bytes

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 (!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

39 entries across 39 versions & 2 rubygems

Version Path
social_stream-0.9.7 base/app/views/profiles/_profile.html.erb
social_stream-base-0.9.10 app/views/profiles/_profile.html.erb
social_stream-0.9.6 base/app/views/profiles/_profile.html.erb
social_stream-base-0.9.9 app/views/profiles/_profile.html.erb
social_stream-0.9.5 base/app/views/profiles/_profile.html.erb
social_stream-base-0.9.8 app/views/profiles/_profile.html.erb
social_stream-0.9.4 base/app/views/profiles/_profile.html.erb
social_stream-0.9.3 base/app/views/profiles/_profile.html.erb
social_stream-base-0.9.7 app/views/profiles/_profile.html.erb
social_stream-0.9.2 base/app/views/profiles/_profile.html.erb
social_stream-base-0.9.6 app/views/profiles/_profile.html.erb
social_stream-base-0.9.5 app/views/profiles/_profile.html.erb
social_stream-base-0.9.4 app/views/profiles/_profile.html.erb
social_stream-base-0.9.3 app/views/profiles/_profile.html.erb
social_stream-base-0.9.2 app/views/profiles/_profile.html.erb
social_stream-base-0.9.1 app/views/profiles/_profile.html.erb
social_stream-base-0.9.0 app/views/profiles/_profile.html.erb
social_stream-base-0.8.2 app/views/profiles/_profile.html.erb
social_stream-base-0.8.1 app/views/profiles/_profile.html.erb
social_stream-base-0.8.0 app/views/profiles/_profile.html.erb