debian-mirror-gitlab/app/views/shared/snippets/_blob.html.haml

14 lines
443 B
Text
Raw Normal View History

2020-04-08 14:13:33 +05:30
%article.file-holder.snippet-file-content
.js-file-title.file-title-flex-parent
= render 'projects/blob/header_content', blob: blob
2017-08-17 22:00:37 +05:30
2020-04-08 14:13:33 +05:30
.file-actions.d-none.d-sm-block
= render 'projects/blob/viewer_switcher', blob: blob
2017-08-17 22:00:37 +05:30
2020-04-08 14:13:33 +05:30
.btn-group{ role: "group" }<
= copy_blob_source_button(blob)
= open_raw_blob_button(blob)
= download_raw_snippet_button(@snippet)
2017-08-17 22:00:37 +05:30
2020-04-08 14:13:33 +05:30
= render 'projects/blob/content', blob: blob