mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Merge pull request #1034 from sejin7940/send_message
쪽지보내기의 경우, 수신자 이름 쪽에 이미지닉네임 이나 그룹아이콘 등이 안 나오는 현상 수정
This commit is contained in:
commit
3ffc589a86
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<table class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th scope="row"><label for="textfield1">{$lang->receiver}</label></th>
|
||||
<td>{$receiver_info->nick_name}</td>
|
||||
<td><a href="#popup_menu_area" class="member_{$receiver_info->member_srl}">{$receiver_info->nick_name}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue