mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Mod tools box: link to editing AutoMod config
Previously the link to the subreddit's automoderator config went to viewing it, this updates it to go straight into edit mode instead.
This commit is contained in:
@@ -507,7 +507,7 @@ class Reddit(Templated):
|
||||
WikiPage.get(c.site, "config/automoderator")
|
||||
buttons.append(NamedButton(
|
||||
"automod",
|
||||
dest="../wiki/config/automoderator",
|
||||
dest="../wiki/edit/config/automoderator",
|
||||
css_class="reddit-automod",
|
||||
))
|
||||
except tdb_cassandra.NotFound:
|
||||
|
||||
Reference in New Issue
Block a user