Sha256: e50fe41d06b52258fa81468304425f0d6673aa5b072147deda7a710f6d1f34fa
Contents?: true
Size: 618 Bytes
Versions: 38
Compression:
Stored size: 618 Bytes
Contents
<% page_title "Select Content Type" %> <%= content_for :functions, "<h1>#{ @page_title }</h1>" %> <%= content_for :html_head, stylesheet_link_tag('cms/content_types') %> <ul id="content_types"> <% ContentType.connectable.all.each_with_index do |type, i| %> <li> <%= link_to h(type.display_name), cms_new_path_for(type, "#{type.name.underscore}[connect_to_page_id]" => params[:connect_to_page_id], "#{type.name.underscore}[connect_to_container]" => params[:connect_to_container] ) %> <% if i == 1 %><div style="margin: 10px 0"> </div><% end %> </li> <% end %> </ul>
Version data entries
38 entries across 38 versions & 10 rubygems