=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...')
=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'
=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'