Commit 93dd5390 authored by Patrick Bajao's avatar Patrick Bajao

Use markdown_field helper to display full_title

parent de21320d
- full_title = markdown_field(commit, :full_title)
%span.str-truncated
= link_to_html commit.redacted_full_title_html, project_commit_path(@project, commit.id), title: commit.redacted_full_title_html, class: 'tree-commit-link'
= link_to_html full_title, project_commit_path(@project, commit.id), title: full_title, class: 'tree-commit-link'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment