Actions
Defect #5482
closedWiki link markup doesn't work on welcome message
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-09
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I've placed a link on the welcome page, but it displays exactly as typed, i.e. it doesn't convert to a link.
Example:
From here you can view your [[Projects]] and manage project issues.
Updated by Thom Brown over 14 years ago
Version details:
Database version: PostgreSQL 8.4.3
Ruby version: 1.8.7
Rails version: 2.3.5
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The welcome page is not inside a project, so you have to give the project name in your wiki link.
For example:
[[project:]] => link to the root of project wiki [[project:page]] => link to a given page in the project wiki
Updated by Thom Brown over 14 years ago
Yes, my bad. Obvious now you point it out.
Thanks
Thom
Actions