mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
add class to easier targetting
This commit is contained in:
parent
c7a37f391a
commit
8296f493ed
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<ul>
|
||||
{{#if model.can_send_private_message_to_user}}
|
||||
<li>
|
||||
<a class='btn btn-primary' {{action "composePrivateMessage" model}}>
|
||||
<a class='btn btn-primary compose-pm' {{action "composePrivateMessage" model}}>
|
||||
{{d-icon "envelope"}}
|
||||
{{i18n 'user.private_message'}}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue