set postformtext to perhaps make it clearer that this form at the top of the page is where one reports a new bug
This commit is contained in:
parent
1ccf93ef8d
commit
0cc5c2eb0f
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ This is git-annex's bug list. Closed bugs are moved to [[done]].
|
|||
|
||||
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
|
||||
and !./bugs/moreinfo and !./bugs/confirmed and !./bugs/forwarded and !*/Discussion"
|
||||
actions=yes postform=yes show=0 archive=yes template=buglist]]
|
||||
actions=yes postform=yes postformtext="Report a new bug titled:" show=0 archive=yes template=buglist]]
|
||||
|
||||
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is git-annex's todo list. Link items to [[todo/done]] when done. A more complete [[design/roadmap/]] is also available.
|
||||
|
||||
[[!inline pages="./todo/* and !./todo/done and !link(done)
|
||||
and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
|
||||
and !*/Discussion" actions=yes postform=yes postformtext="Add a new todo titled:" show=0 archive=yes]]
|
||||
|
|
Loading…
Reference in a new issue