Patch #26188 » 0004-Fix-code-doc-indentation.patch
app/helpers/application_helper.rb | ||
---|---|---|
815 | 815 |
# export:some/file -> Force the download of the file |
816 | 816 |
# Forum messages: |
817 | 817 |
# message#1218 -> Link to message with id 1218 |
818 |
# Projects: |
|
818 |
# Projects:
|
|
819 | 819 |
# project:someproject -> Link to project named "someproject" |
820 | 820 |
# project#3 -> Link to project with id 3 |
821 |
# Users: |
|
821 |
# Users:
|
|
822 | 822 |
# user:jsmith -> Link to user with login jsmith |
823 | 823 |
# @jsmith -> Link to user with login jsmith |
824 | 824 |
# user#2 -> Link to user with id 2 |