16 lines
678 B
Text
16 lines
678 B
Text
= render "projects/blob/breadcrumb", blob: blob
|
|
|
|
.info-well.d-none.d-sm-block
|
|
.well-segment
|
|
%ul.blob-commit-info
|
|
= render 'projects/commits/commit', commit: @last_commit, project: @project, ref: @ref
|
|
|
|
= render_if_exists 'projects/blob/owners', blob: blob
|
|
= render "projects/blob/auxiliary_viewer", blob: blob
|
|
|
|
#blob-content-holder.blob-content-holder
|
|
- if @code_navigation_path
|
|
#js-code-navigation{ data: { code_navigation_path: @code_navigation_path, blob_path: blob.path, definition_path_prefix: project_blob_path(@project, @ref) } }
|
|
%article.file-holder
|
|
= render 'projects/blob/header', blob: blob
|
|
= render 'projects/blob/content', blob: blob
|