%
#--
# Copyright (C) 2011-2012 Gitorious AS
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see .
#++
%>
<%= link_button_link_to(t("views.keys.manage_ssh_keys"),
user_keys_path(current_user), :class => "key") -%>
<%= link_button_link_to(t("views.aliases.manage_aliases"),
user_aliases_path(current_user), :class => "alias") -%>
<%= link_button_link_to(t("views.users.edit_action"), edit_user_url(current_user),
:class => "edit_account") -%>
<%= link_button_link_to(t("views.users.chg_passwd_action"), user_password_path(current_user),
:class => "edit_account_password") -%>
<%= link_button_link_to(t("views.users.favorites_action"), favorites_path,
:class => "show_favorites") -%>
<%= link_button_link_to(t("views.users.delete_account"), user_delete_current_path(current_user), :method => :get , :confirm => "This will remove your current Gitorious account permanently! Are you sure about this?", :class => "delete_account") -%>