mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
Increase report limit to 5
This commit is contained in:
parent
6fa7fb88c5
commit
913b05b6fc
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,6 @@ defmodule PhilomenaWeb.ReportController do
|
||||||
defp redirect_path(conn, _user), do: Routes.report_path(conn, :index)
|
defp redirect_path(conn, _user), do: Routes.report_path(conn, :index)
|
||||||
|
|
||||||
defp max_reports do
|
defp max_reports do
|
||||||
3
|
5
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue