Sha256: be290b8529794e23358a564d162735bab9a1df2729bb5a09529866a5f499ce42

Contents?: true

Size: 853 Bytes

Versions: 3

Compression:

Stored size: 853 Bytes

Contents

- set_title t :user_settings

%h1=t :user_settings
%div
  
  %h2=t :profile
  = link_to @user, class: 'btn btn-default' do
    = icon :user
    = t(:show_user_profile)
  
  %h2=t :language
  %p
    =t :this_sets_the_ui_locale
    = language_switcher_html
  %p
    Leider wurde die Benutzeroberfläche noch nicht vollständig ins Englische übersetzt. Freiwillige, meldet euch bitte beim AK Internet!
  
  %h2=t :terms_of_use
  Du hast die
  = link_to t(:terms_of_use), terms_path
  am
  =l @user.accepted_terms_at
  akzeptiert.
  
  %h2=t :visibility
  = form_for @user do |f|
    %label
      = f.check_box :incognito, data: {url: user_settings_path(user_id: @user.id)}
      %strong=t :incognito
      = t :incognito_explanation
    %p= t :incognito_warning
    
- if @user.has_account?  
  %h1=t :access_information
  %div
    = render @user.account

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/user_settings/show.html.haml
your_platform-1.0.0 app/views/user_settings/show.html.haml
your_platform-0.0.2 app/views/user_settings/show.html.haml