- page_title 'Profiles' %div#profiles %h2 Profiles %div#sort Sort by: %a{:href => link_to("/profiles?sort=name")} name | %a{:href => link_to("/profiles?sort=created")} created %ul#navigation - @profiles.each_with_index do |prof,index| %li{:class => index == 0 ? 'active shortcut' : 'shortcut'} %a{:href => link_to("/profiles/#{prof.url}")}= prof.profile_name %p.create %a{:href => link_to("/builder")} Create a profile