From fc7652d803d07ce6b4f06f172a6da5afbc41c14a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 25 Jun 2017 09:05:21 +0000 Subject: [PATCH] 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 --- app/helpers/application_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2048f13b7..5c2f7e735 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -818,10 +818,10 @@ module ApplicationHelper # export:some/file -> Force the download of the file # Forum messages: # message#1218 -> Link to message with id 1218 - # Projects: + # Projects: # project:someproject -> Link to project named "someproject" # project#3 -> Link to project with id 3 - # Users: + # Users: # user:jsmith -> Link to user with login jsmith # @jsmith -> Link to user with login jsmith # user#2 -> Link to user with id 2