.container .row .col-md-12 .page-header %h1 = image_tag(@user.gravatar_url(size: '48'), title: "Yo #{@user.name}!", :alt => '') = @user.name %small = @user.nickname %p = @user.biography .row .col-md-12 - if @user.events.confirmed.any? %h3 = "#{@user.name} presents #{pluralize(@user.events.confirmed.count, 'Event')}:" %ul.list-unstyled - @user.events.confirmed.each do |event| %li %h4 = link_to event.title, conference_proposal_path(event.conference.short_title, event.id) %strong at = event.conference.title