Sha256: 7611606ac637e2cbc1a9ee4f198580deb9e2e274643eca0689e47c6c31b25714

Contents?: true

Size: 829 Bytes

Versions: 19

Compression:

Stored size: 829 Bytes

Contents

<div id="profile-info">
  <h2 class="colorfont">
    <%= t('profile.one') %>
  </h2>
  <% if can?(:update, @profile) || @profile.tags_present? %>
    <%= render partial: "tags" %>
  <% end %>

  <% if can?(:update, @profile) || @profile.personal_present? %>
    <%= render partial: "personal" %>
  <% end %>

  <% if can?(:update, @profile) || @profile.contact_present? %>
    <%= render :partial => "comunication-info" %>
  <% end %>

  <% if can?(:update, @profile) || @profile.experience? %>
    <%= render :partial => "experience" %>
  <% end %>

  <% if can?(:update, @profile) || @profile.personal_present? %>
    <%= render :partial => "avatar" %>
  <% end %>

  <%= javascript_tag do %>
    $(function() {
      SocialStream.Profile.show({
        section: "<%= params[:section ] %>"
      });
    });
  <% end %>
</div>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/profiles/_profile.html.erb
social_stream-base-2.2.2 app/views/profiles/_profile.html.erb
social_stream-2.2.1 base/app/views/profiles/_profile.html.erb
social_stream-base-2.2.1 app/views/profiles/_profile.html.erb
social_stream-2.2.0 base/app/views/profiles/_profile.html.erb
social_stream-base-2.2.0 app/views/profiles/_profile.html.erb
social_stream-2.1.1 base/app/views/profiles/_profile.html.erb
social_stream-2.1.0 base/app/views/profiles/_profile.html.erb
social_stream-base-2.1.0 app/views/profiles/_profile.html.erb
social_stream-2.0.4 base/app/views/profiles/_profile.html.erb
social_stream-base-2.0.4 app/views/profiles/_profile.html.erb
social_stream-2.0.3 base/app/views/profiles/_profile.html.erb
social_stream-base-2.0.3 app/views/profiles/_profile.html.erb
social_stream-2.0.2 base/app/views/profiles/_profile.html.erb
social_stream-base-2.0.2 app/views/profiles/_profile.html.erb
social_stream-2.0.1 base/app/views/profiles/_profile.html.erb
social_stream-base-2.0.1 app/views/profiles/_profile.html.erb
social_stream-2.0.0 base/app/views/profiles/_profile.html.erb
social_stream-base-2.0.0 app/views/profiles/_profile.html.erb