Redmine 4.1.7
This commit is contained in:
parent
55458d3479
commit
3ca3c37487
103 changed files with 2426 additions and 431 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<%=
|
||||
page_title = title [l(:label_user_plural), users_path], @user.login
|
||||
page_title.insert(page_title.rindex(' ') + 1, avatar(@user))
|
||||
page_title.insert(page_title.rindex(' ') + 1, avatar(@user).to_s)
|
||||
%>
|
||||
|
||||
<%= render_tabs user_settings_tabs %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue