mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Add a reddiquette link to the comment form.
This commit is contained in:
@@ -3804,10 +3804,11 @@ ul.tabmenu.formtab {
|
||||
margin: 5px 5px 10px 0;
|
||||
}
|
||||
|
||||
.usertext .help-toggle {
|
||||
.usertext .help-toggle, .usertext a.reddiquette {
|
||||
font-size: smaller;
|
||||
float:right;
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.usertext .bottom-area {
|
||||
|
||||
@@ -75,6 +75,8 @@
|
||||
"helpon", "helpoff",
|
||||
style = "" if thing.creating else "display: none")}
|
||||
|
||||
<a href="/wiki/reddiquette" class="reddiquette" target="_blank" tabindex="100">${_('reddiquette')}</a>
|
||||
|
||||
${error_field("TOO_LONG", thing.name, "span")}
|
||||
${error_field("RATELIMIT", "ratelimit", "span")}
|
||||
${error_field("NO_TEXT", thing.name, "span")}
|
||||
|
||||
Reference in New Issue
Block a user