gitlab-org--gitlab-foss/app/views/projects/tree/_readme.html.haml

9 lines
301 B
Plaintext

%article.file-holder.readme-holder
.js-file-title.file-title
= blob_icon readme.mode, readme.name
= link_to namespace_project_blob_path(@project.namespace, @project, tree_join(@ref, @path, readme.name)) do
%strong
= readme.name
.file-content.wiki
= render_readme(readme)