Sha256: c7277020907c9e0915050eabd8d307a99501f8c4e5acb890900d96528d7b3760

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

<% menu.with_link(icon: "fa fa-id-card", active: current_base_path?(user_settings_profile_path), url: user_settings_profile_path) { "Profile" } %>
<% menu.with_link(icon: "fa fa-users", active: current_base_path?(user_settings_accounts_path), url: user_settings_accounts_path) { "Teams" } %>
<% menu.with_link(icon: "fa fa-key", active: current_base_path?(user_settings_password_path), url: user_settings_password_path) { "Change password" } %>
<% menu.with_link(icon: "fa fa-qrcode", active: current_base_path?(user_settings_two_factor_path), url: user_settings_two_factor_path) { "Two-factor authentication" } %>
<% menu.with_link(icon: "fa fa-ban", active: current_base_path?(delete_user_registration_path), url: delete_user_registration_path) { "Delete user account" } %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiqr-0.1.0.alpha1 lib/kiqr/themes/irelia/views/kiqr/users/settings/_navigation.html.erb