Sha256: 5fbcc54e5d00aeede07f8bee509c00410a22c9a828927b49368b831460350326

Contents?: true

Size: 469 Bytes

Versions: 14

Compression:

Stored size: 469 Bytes

Contents

- 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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
visage-app-2.0.5 lib/visage-app/views/profiles.haml
visage-app-2.0.4 lib/visage-app/views/profiles.haml
visage-app-2.0.2 lib/visage-app/views/profiles.haml
visage-app-2.0.0 lib/visage-app/views/profiles.haml
visage-app-1.0.0 lib/visage-app/views/profiles.haml
visage-app-0.9.6 lib/visage-app/views/profiles.haml
visage-app-0.9.5 lib/visage-app/views/profiles.haml
visage-app-0.9.4 lib/visage-app/views/profiles.haml
visage-app-0.9.3 lib/visage-app/views/profiles.haml
visage-app-0.9.2 lib/visage-app/views/profiles.haml
visage-app-0.9.1 lib/visage-app/views/profiles.haml
visage-app-0.9.0.pre2 lib/visage-app/views/profiles.haml
visage-app-0.9.0 lib/visage-app/views/profiles.haml
visage-app-0.9.0.pre1 lib/visage-app/views/profiles.haml