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