mirror of
https://github.com/redmine/redmine.git
synced 2026-01-26 17:30:00 +01:00
Updates description for include_subprojects=true (#43631).
git-svn-id: https://svn.redmine.org/redmine/trunk@24339 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -226,7 +226,7 @@ module Redmine
|
||||
"{{recent_pages(limit=5)}} -- limits the maximum number of pages to display to 5\n" +
|
||||
"{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time\n" +
|
||||
"{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project\n" +
|
||||
"{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects"
|
||||
"{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects"
|
||||
|
||||
macro :recent_pages do |obj, args|
|
||||
args, options = extract_macro_options(args, :days, :limit, :time, :project, :include_subprojects)
|
||||
|
||||
Reference in New Issue
Block a user