Use code icon for Raw
This commit is contained in:
parent
c52fead0d2
commit
8050857718
1 changed files with 1 additions and 1 deletions
|
@ -215,6 +215,6 @@ module BlobHelper
|
|||
end
|
||||
|
||||
def open_raw_file_button(path)
|
||||
link_to icon('file-text-o'), path, class: 'btn btn-sm has-tooltip', target: '_blank', title: 'Open raw', data: { container: 'body' }
|
||||
link_to icon('file-code-o'), path, class: 'btn btn-sm has-tooltip', target: '_blank', title: 'Open raw', data: { container: 'body' }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue