This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/pages/_page_form.rhtml

7 lines
275 B
Plaintext

<p>
<label for="page_redcloth">Description</label> <%= text_area 'page', 'redcloth' %>
</p>
<p><%= content_tag('small', link_to("Textile enabled", "http://hobix.com/textile/")) %></p>
<p>
<label for="page_tag_names">Tags</label> <%= text_field 'page', 'tag_names' %>
</p>