mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Missed some 'reddit's in compact/mobile/messaging
This commit is contained in:
@@ -52,7 +52,7 @@ function admincheck(elem) {
|
||||
|
||||
<div class="spacer">
|
||||
<%utils:round_field title="${_('to')}",
|
||||
description="${_('(username, or /r/ followed by the reddit name)')}">
|
||||
description="${_('(username, or /r/name for that subreddit\'s mods)')}">
|
||||
<input type="text" name="to" value="${thing.to or ''}"
|
||||
onchange="admincheck(this)"/>
|
||||
${error_field("NO_USER", "to")}
|
||||
|
||||
@@ -97,7 +97,7 @@ ${thing.formtabs_menu}
|
||||
%endif
|
||||
|
||||
<div class="spacer">
|
||||
<%utils:round_field title="${_('reddit')}" id="reddit-field">
|
||||
<%utils:round_field title="${_('subreddit')}" id="reddit-field">
|
||||
${reddit_selector(thing.default_sr, thing.sr_searches, thing.subreddits)}
|
||||
</%utils:round_field>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
(<b>${c.user.safe_karma}</b>)
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
${plain_link("reddits", "/reddits/mine", _sr_path=False)}
|
||||
${plain_link("subreddits", "/subreddits/mine", _sr_path=False)}
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
${plain_link("submit", "/submit", _sr_path=False)}
|
||||
@@ -109,7 +109,7 @@
|
||||
${plain_link("register", "/register", _sr_path=False)}
|
||||
</div>
|
||||
<div class="menuitem">
|
||||
${plain_link("reddits", "/reddits/", _sr_path=False)}
|
||||
${plain_link("subreddits", "/subreddits/", _sr_path=False)}
|
||||
</div>
|
||||
%endif
|
||||
<div class="menuitem">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<%namespace file="utils.html" import="plain_link, img_link, separator"/>
|
||||
|
||||
<div id="header">
|
||||
<a href="/.mobile"><img id="header-img" src="${static('littlehead.png')}" alt="${c.site.name}" /></a><a href="/reddits.mobile" class="or">other reddits</a>
|
||||
<a href="/.mobile"><img id="header-img" src="${static('littlehead.png')}" alt="${c.site.name}" /></a><a href="/subreddits.mobile" class="or">other subreddits</a>
|
||||
%for toolbar in thing.toolbars:
|
||||
${toolbar}
|
||||
%endfor
|
||||
|
||||
Reference in New Issue
Block a user