Sha256: d3b803e8648da99723e1c3ee0eaf98e1aac81ec0195c9a155cf0439a3bf94e57
Contents?: true
Size: 551 Bytes
Versions: 9
Compression:
Stored size: 551 Bytes
Contents
<%= title "Element" %> <p> <strong>Name:</strong> <%=h @element.name %> </p> <p> <strong>Description:</strong> <%=h @element.description %> </p> <p> <strong>Html Design Text:</strong> <%=h @element.html_text %> </p> <%= content_for :page_navigation do %> <div> <%= link_to "Edit", edit_element_path(@element), :class => 'button' %> <%= link_to "Delete", @element, :confirm => 'Are you sure?', :method => :delete, :class => 'button' %> <%= link_to "View All", design_elements_path(@design), :class => 'button' %> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems