mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
sharelink: Clearly specifiy methods of sharing links.
This commit is contained in:
committed by
Neil Williams
parent
2d22cd2aa9
commit
aa645a45df
@@ -35,11 +35,15 @@
|
||||
<th>
|
||||
<label for="share_to_${thing.link_name}">
|
||||
${_("send this link to")}
|
||||
</label>
|
||||
</label>
|
||||
<span class="little gray">
|
||||
${_("(list of emails or usernames)")}
|
||||
</span>
|
||||
</th>
|
||||
<td>
|
||||
<textarea id="share_to_${thing.link_name}"
|
||||
name="share_to" rows="4" cols="40">
|
||||
name="share_to" rows="4" cols="40"
|
||||
placeholder="${unsafe('email@example.com, /u/%s, …' % g.system_user)}">
|
||||
${unsafe('
'.join(websafe(e) for e in thing.emails))}
|
||||
</textarea>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user