=f.text_field:file_name,placeholder: "Optionally name this file to add code highlighting, e.g. example.rb for Ruby.",class: 'form-control snippet-file-name qa-snippet-file-name'
=render'projects/zen',f: f,attr: :description,classes: 'note-textarea',placeholder: s_('Snippets|Optionally add a description about what your snippet does or how to use it...')
=render'shared/notes/hints'
.form-group.file-editor
=f.label:file_name,s_('Snippets|File')
.file-holder.snippet
.js-file-title.file-title-flex-parent
=f.text_field:file_name,placeholder: s_("Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"),class: 'form-control snippet-file-name qa-snippet-file-name'