Sha256: 0f813c4964b72f092aa1b0a9ce2979ba1a2670115cc46e35ae6facba7c41280f

Contents?: true

Size: 245 Bytes

Versions: 6

Compression:

Stored size: 245 Bytes

Contents

<%= form.hidden_field :cms_user_id, :value => @cms_current_user.id %>
<%= form.text_field :label, :id => (@cms_snippet.new_record?? 'slugify' : nil) %>
<%= form.text_field :slug, :id => 'slug' %>
<%= form.text_area :content, :class => 'code' %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lucy_cms-0.0.6 app/views/cms_admin/snippets/_form.html.erb
lucy_cms-0.0.5 app/views/cms_admin/snippets/_form.html.erb
lucy_cms-0.0.4 app/views/cms_admin/snippets/_form.html.erb
lucy_cms-0.0.3 app/views/cms_admin/snippets/_form.html.erb
lucy_cms-0.0.2 app/views/cms_admin/snippets/_form.html.erb
lucy_cms-0.0.1 app/views/cms_admin/snippets/_form.html.erb