diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2012-08-05 19:57:06 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-05 19:57:06 -0400 |
commit | 686c367e0a7ebc544f31c80c3af0e4524dabcdaa (patch) | |
tree | b8d41842f562c6af97f8458c6ec93a6c689105a8 /doc | |
parent | c6ea8df504564ed35c98057da4066abecb1cf30b (diff) | |
download | ikiwiki-686c367e0a7ebc544f31c80c3af0e4524dabcdaa.tar ikiwiki-686c367e0a7ebc544f31c80c3af0e4524dabcdaa.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Navbar_does_not_link_to_page_being_commented_on_while_commenting.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Navbar_does_not_link_to_page_being_commented_on_while_commenting.mdwn b/doc/bugs/Navbar_does_not_link_to_page_being_commented_on_while_commenting.mdwn new file mode 100644 index 000000000..f9cb9c573 --- /dev/null +++ b/doc/bugs/Navbar_does_not_link_to_page_being_commented_on_while_commenting.mdwn @@ -0,0 +1,9 @@ +Say you are commenting on this report. The Navbar on top will look like + +[ikiwiki](http://ikiwiki.info/)/ [bugs](http://ikiwiki.info/bugs/)/ commenting on Navbar does not link to page being commented on while commenting + +while either of those two options would be better: + +[ikiwiki](http://ikiwiki.info/)/ [bugs](http://ikiwiki.info/bugs/)/ commenting on [Navbar does not link to page being commented on while commenting](a) + +[ikiwiki](http://ikiwiki.info/)/ [bugs](http://ikiwiki.info/bugs/)/ [Navbar does not link to page being commented on while commenting](a) / New comment |