Sha256: 91752efe7657cf0bcd0fa6468814ed414ca058d8502f387e81a14e9f7268f670

Contents?: true

Size: 712 Bytes

Versions: 4

Compression:

Stored size: 712 Bytes

Contents

- content_for :javascripts do 
  = javascript_include_tag "hatchy/users/edit"
.row
  %section
    .content-wrapper
      .container-fluid
        .col-md-6.col-md-offset-1
          %ul.nav.nav-tabs#user_menu
            %li= link_to "About You", "#{edit_user_path(@user)}#about_you"
            %li= link_to "Data and Address", '#data_address'
            %li= link_to "Bank and Credit Cards", '#billing'
            %li= link_to "Notifications", '#notifications'
        .col-md-10.col-md-offset-1
          = render "hatchy/users/edit/about_you"
          = render "hatchy/users/edit/data_and_address"
          = render "hatchy/users/edit/banks_and_cards"
          = render "hatchy/users/edit/notifications"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/views/hatchy/users/edit.html.haml
hatchy-0.0.7.pre app/views/hatchy/users/edit.html.haml
hatchy-0.0.6.pre app/views/hatchy/users/edit.html.haml
hatchy-0.0.5.pre app/views/hatchy/users/edit.html.haml