Skip to content

Commit

Permalink
Use user display name in circle page
Browse files Browse the repository at this point in the history
Use user's display name, rather than their user name, on the page for
editing circle membership.  This isn't the display name according to the
profile page; it means that for Dreamwidth users, their username appears
in the title, but for OpenID users, rather than "ext_{number}"
appearing, their OpenID URL appears.

Fixes #1608.
  • Loading branch information
me-and committed Nov 7, 2015
1 parent 9e71140 commit af37158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/circle/individual-edit.tt
Expand Up @@ -10,7 +10,7 @@ the same terms as Perl itself. For a copy of the license, please reference
'perldoc perlartistic' or 'perldoc perlgpl'.
%]

[%- sections.windowtitle = ".title" | ml( user => u.username ) -%]
[%- sections.windowtitle = ".title" | ml( user => u.display_name ) -%]
[%- sections.title = '.title' | ml ( user => u.ljuser_display( head_size = "24x24" ) ) -%]
[%- CALL dw.active_resource_group( "foundation" ) -%]

Expand Down

0 comments on commit af37158

Please sign in to comment.