diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-26 16:01:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-26 16:01:04 +0000 |
commit | bda2aa474c7108be654d5b8c93fc69cad55561af (patch) | |
tree | 56aa42e61b9391dacc3eaf0db2c47dad937e08c4 | |
parent | c7c43d38cef92b74403b3c1adb70686145c16829 (diff) | |
download | redmine-bda2aa474c7108be654d5b8c93fc69cad55561af.tar.gz redmine-bda2aa474c7108be654d5b8c93fc69cad55561af.zip |
Adds a link to the user profile from the administration user edit screen (#4480).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3495 e93f8b46-1217-0410-a6f0-8f06a7374b81
39 files changed, 39 insertions, 0 deletions
diff --git a/app/views/users/edit.rhtml b/app/views/users/edit.rhtml index b67ccc2be..f5538c167 100644 --- a/app/views/users/edit.rhtml +++ b/app/views/users/edit.rhtml @@ -1,4 +1,5 @@ <div class="contextual"> +<%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %> <%= change_status_link(@user) %> </div> diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 6d9245a20..c5c0c20d0 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -882,3 +882,4 @@ bg: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/bs.yml b/config/locales/bs.yml index bc8040df9..8afce9e76 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -906,3 +906,4 @@ bs: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ca.yml b/config/locales/ca.yml index e8a941756..68f2d5523 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -885,3 +885,4 @@ ca: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 64bc3899d..7106493d0 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -888,3 +888,4 @@ cs: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/da.yml b/config/locales/da.yml index d19b35831..49f2a00fb 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -908,3 +908,4 @@ da: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/de.yml b/config/locales/de.yml index 051686101..c4ca98f3c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -905,3 +905,4 @@ de: enumeration_doc_categories: Dokumentenkategorien enumeration_activities: Aktivitäten (Zeiterfassung) enumeration_system_activity: System-Aktivität + label_profile: Profile diff --git a/config/locales/el.yml b/config/locales/el.yml index b1dee191a..0b8f1dab5 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -888,3 +888,4 @@ el: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/en.yml b/config/locales/en.yml index 366e96884..95dd45244 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -749,6 +749,7 @@ en: label_api_access_key: API access key label_missing_api_access_key: Missing an API access key label_api_access_key_created_on: "API access key created {{value}} ago" + label_profile: Profile button_login: Login button_submit: Submit diff --git a/config/locales/es.yml b/config/locales/es.yml index b552cdcfb..eb6044980 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -932,3 +932,4 @@ es: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/eu.yml b/config/locales/eu.yml index e3fcde0c4..dd0687ed4 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -892,3 +892,4 @@ eu: setting_cache_formatted_text: Cache formatted text
permission_manage_project_activities: Manage project activities
error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile
diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 9abbec250..8ca59c419 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -918,3 +918,4 @@ fi: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 91e8a421a..ad665235e 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -764,6 +764,7 @@ fr: label_missing_feeds_access_key: Clé d'accès RSS manquante label_close_versions: Fermer les versions terminées label_revision_id: Revision {{value}} + label_profile: Profil button_login: Connexion button_submit: Soumettre diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 000c4a932..962b89785 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -908,3 +908,4 @@ gl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/he.yml b/config/locales/he.yml index 0bbc3ef55..f44939526 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -892,3 +892,4 @@ he: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 3bece1c6d..453d97540 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -895,3 +895,4 @@ hr: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/hu.yml b/config/locales/hu.yml index b795d0996..bb6b543e3 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -913,3 +913,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/id.yml b/config/locales/id.yml index 0a49b3219..f2ed68995 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -900,3 +900,4 @@ id: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/it.yml b/config/locales/it.yml index 2f9196e27..19f344e4a 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -895,3 +895,4 @@ it: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 18f728a91..a16710520 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -917,3 +917,4 @@ ja: enumeration_doc_categories: 文書カテゴリ enumeration_activities: 作業分類 (時間トラッキング) enumeration_system_activity: システム作業分類 + label_profile: Profile diff --git a/config/locales/ko.yml b/config/locales/ko.yml index abe003a81..52afcefe6 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -948,3 +948,4 @@ ko: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 8c94bddd1..caf2603a3 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -956,3 +956,4 @@ lt: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/nl.yml b/config/locales/nl.yml index bfe5dfce9..9c49d58f7 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -870,3 +870,4 @@ nl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/no.yml b/config/locales/no.yml index ff44f1a0b..33721ab5f 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -883,3 +883,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pl.yml b/config/locales/pl.yml index b3a60aad7..2ef70d56f 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -913,3 +913,4 @@ pl: permission_manage_project_activities: Zarządzanie aktywnościami projektu setting_cache_formatted_text: Cache formatted text error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 0d11ebb07..023ad145a 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -916,3 +916,4 @@ pt-BR: setting_cache_formatted_text: Realizar cache de texto formatado permission_manage_project_activities: Gerenciar atividades do projeto error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 19842cda2..f1b980b5b 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -900,3 +900,4 @@ pt: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 56a57aebb..a14ef5b44 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -885,3 +885,4 @@ ro: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 3c8dd68f6..d1c30dd14 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1009,3 +1009,4 @@ ru: label_board_sticky: Прикреплена label_board_locked: Заблокирована + label_profile: Profile diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 77bc5f19e..de07f83ce 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -887,3 +887,4 @@ sk: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 9fe44bc3a..1471683e7 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -884,3 +884,4 @@ sl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sr.yml b/config/locales/sr.yml index d11ce0ded..527012ac4 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -903,3 +903,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 101d6b109..6819f2b00 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -937,3 +937,4 @@ sv: enumeration_doc_categories: Dokumentkategorier enumeration_activities: Aktiviteter (tidsuppföljning) enumeration_system_activity: Systemaktivitet + label_profile: Profile diff --git a/config/locales/th.yml b/config/locales/th.yml index 22c1382df..a27530ec6 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -885,3 +885,4 @@ th: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 8523e0165..f08c94d78 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -915,3 +915,4 @@ tr: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/uk.yml b/config/locales/uk.yml index fa94ebfb7..a74bfae31 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -884,3 +884,4 @@ uk: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 494eb7370..31e4ab946 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -947,3 +947,4 @@ vi: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index b621b6fd0..0adc8d717 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -979,3 +979,4 @@ enumeration_doc_categories: 文件分類 enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 + label_profile: Profile diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 93a240873..a62c594fd 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -910,3 +910,4 @@ zh: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile |