Sha256: c60939b4f84d0919ad999bbc3a842bf808e04c4cd3819032a151bd0be3e9e773

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 Bytes

Contents

#account.panel
  %h4
    = t :account_preferences
  
  %ul
    - if current_person
      %li
        = link_to t(:edit_your_profile), droom.edit_person_url(current_person), :data => {:action => "popup", :affected => ".people_list"}
        %br
        %span.note
          = t(:edit_your_profile_note)
    %li
      = link_to t(:edit_your_preferences), droom.edit_user_url(current_user), :data => {:action => "popup"}
      %br
      %span.note
        = t(:edit_your_preferences_note)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
droom-0.4.3 app/views/droom/panels/_account.html.haml
droom-0.4.2 app/views/droom/panels/_account.html.haml
droom-0.4.1 app/views/droom/panels/_account.html.haml
droom-0.2.1 app/views/droom/panels/_account.html.haml