gitlab-org--gitlab-foss/app/views/projects/blob/_header_content.html.haml
Roman Verevkin e6c24bdbae Add a new test to create a snippet
Add "smoke" tag to the test

Fix links to views in Page Object files

Review fixes

Remove useless view block

Implement Snippets::Show page object class

Fix review suggestions

Fix review suggestions 2

Fix test with empty snippets state

Remove useless css class

Fix issues
2019-03-13 23:16:11 +03:00

13 lines
318 B
Text

.file-header-content
= blob_icon blob.mode, blob.name
%strong.file-title-name.qa-file-title-name
= blob.name
= copy_file_path_button(blob.path)
%small
= number_to_human_size(blob.raw_size)
- if blob.stored_externally? && blob.external_storage == :lfs
%span.badge.label-lfs.append-right-5 LFS