Skip to content
Snippets Groups Projects
Commit 8ec36ca0 authored by Chris Waguespack's avatar Chris Waguespack
Browse files

Update Markdown example to use username

Update the Markdown example in the Help pages to use username instead of user.
parent 65737bd5
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2715Update Markdown example to use username
Loading
Loading
@@ -121,7 +121,7 @@
- if @project = current_user.authorized_projects.first
- if issue = @project.issues.first
%p For example in your #{link_to @project.name, project_path(@project)} project, writing:
%pre= "This is related to ##{issue.id}. @#{current_user.name} is working on solving it."
%pre= "This is related to ##{issue.id}. @#{current_user.username} is working on solving it."
%p becomes:
= markdown "This is related to ##{issue.id}. @#{current_user.name} is working on solving it."
= markdown "This is related to ##{issue.id}. @#{current_user.username} is working on solving it."
- @project = nil # Prevent this from bubbling up to page title
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment