Skip to content

Commit 7681fad

Browse files
committed
🐛 — [moderation] Show message content when clicking on its object
The moderation help said "To read a message, click on its subject", but it wasn’t true, you needed to click on the eye icon. The eye icon it quite counter-intuitive, people has the reflex to click on the subject of the mail to see it, like on mail clients. It sounded better to me to make the interface like the documentation instead of modifying the documentation.
1 parent be2b8f6 commit 7681fad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ‎default/web_tt2/modindex.tt2

+4
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,15 @@
6767
[%~ END %]
6868
</div>
6969
<div class="small-6 medium-3 columns" role="cell">
70+
<a href="[% 'ajax/viewmod' | url_rel([list,msg.key]) %]"
71+
data-reveal-id="mainviewmod" data-reveal-ajax="true"
72+
data-tooltip aria-haspopup="true"
7073
[% UNLESS msg.value.subject.length ~%]
7174
<i>[%|loc%]No subject[%END%]</i>
7275
[%~ ELSE ~%]
7376
[% msg.value.subject %]
7477
[%~ END %]
78+
</a>
7579
</div>
7680
<div class="small-11 medium-2 columns" role="cell">
7781
[% UNLESS msg.value.date ~%]

0 commit comments

Comments
 (0)