From e3c0ee27a42fa175132e0f2c682af3f5b5d227cb Mon Sep 17 00:00:00 2001 From: Mischa The Evil Date: Sun, 18 Jun 2017 12:07:43 +0200 Subject: [PATCH 4/5] Fix code doc indentation. --- 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 09de3dc..3f3c027 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -815,10 +815,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 -- 1.9.1