Sha256: 8c5d732ccd255e303117eb2200bc49fef7e32a52d12d4a589466f8e2e874ae4c

Contents?: true

Size: 693 Bytes

Versions: 234

Compression:

Stored size: 693 Bytes

Contents

  <div class="space_center"></div>
  <div class="block" id="experience_info">
    <div class="header">
      <div class="header_text">
        <%=t('profile.' + @profile.subject.class.to_s.downcase + '.experience')%>
      </div>
      <% if is_owner? %>
        <div class="header_icon_right">
          <%= link_to (image_tag('btn/edit.png')),  :controller => :profiles , :action => :edit, :section => "my_experience"%>
        </div>
      <%end%>
    </div>
    <div class="content">
      <%if @profile.experience?%>
        <div class="row">
          <%=h @profile.experience %>
        </div>
      <%elsif is_owner?%>
        <%=t('profile.empty')%>
      <%end%>
    </div>
  </div>

Version data entries

234 entries across 234 versions & 4 rubygems

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