<%= sort_link @search, :title, t("content.title") %> | <%= sort_link @search, :context, t("content.context") %> | <%= t("action") %> |
---|---|---|
<%= link_to content.title, object_url(content) %> | <%= content.context %> | <%= link_to_edit content %> <%= link_to_delete content %> |
<%= f.label :title_cont, t('content.title') %>
<%= f.text_field :title_cont, :size => 25 %>
<%= f.label :context_cont, t('content.context') %>
<%= f.text_field :context_cont, :size => 25 %>
<%= button t("search") %>
<% end %>