debian-mirror-gitlab/app/views/projects/blob/_editor.html.haml

25 lines
771 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
.file-holder.file.append-bottom-default
.file-title.clearfix
2015-04-26 12:48:37 +05:30
.editor-ref
2015-12-23 02:04:40 +05:30
= icon('code-fork')
2015-04-26 12:48:37 +05:30
= ref
%span.editor-file-name
2015-12-23 02:04:40 +05:30
= @path
2015-04-26 12:48:37 +05:30
2015-12-23 02:04:40 +05:30
- if current_action?(:new) || current_action?(:create)
%span.editor-file-name
2015-04-26 12:48:37 +05:30
\/
2015-12-23 02:04:40 +05:30
= text_field_tag 'file_name', params[:file_name], placeholder: "File name",
required: true, class: 'form-control new-file-name js-quick-submit'
.pull-right
= select_tag :encoding, options_for_select([ "base64", "text" ], "text"), class: 'select2'
2015-04-26 12:48:37 +05:30
.file-content.code
2015-12-23 02:04:40 +05:30
%pre.js-edit-mode-pane#editor #{params[:content] || local_assigns[:blob_data]}
2015-04-26 12:48:37 +05:30
- if local_assigns[:path]
.js-edit-mode-pane#preview.hide
.center
%h2
%i.icon-spinner.icon-spin