1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Fix code doc indentation (#26188).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16692 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-06-25 09:05:21 +00:00
parent 551cd201f1
commit fc7652d803

View File

@ -818,10 +818,10 @@ module ApplicationHelper
# export:some/file -> Force the download of the file # export:some/file -> Force the download of the file
# Forum messages: # Forum messages:
# message#1218 -> Link to message with id 1218 # message#1218 -> Link to message with id 1218
# Projects: # Projects:
# project:someproject -> Link to project named "someproject" # project:someproject -> Link to project named "someproject"
# project#3 -> Link to project with id 3 # project#3 -> Link to project with id 3
# Users: # Users:
# user:jsmith -> Link to user with login jsmith # user:jsmith -> Link to user with login jsmith
# @jsmith -> Link to user with login jsmith # @jsmith -> Link to user with login jsmith
# user#2 -> Link to user with id 2 # user#2 -> Link to user with id 2