Sha256: 576674afafb467de48ba0d99d8d39f6aa15d707ac5c83468549f8b5c2928b035

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

#edit_user
  .header
    = link_to "X", '#', :class => "closer", :data => {:action => "close"}
    %h2.titlebar
      = t :account_settings
      - unless @user == current_user
        = t :for
        = @user.name

  = render :partial => 'form'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/users/edit.html.haml
droom-0.4.2 app/views/droom/users/edit.html.haml
droom-0.4.1 app/views/droom/users/edit.html.haml