Skip to content

Instantly share code, notes, and snippets.

@ysinc88
Created April 14, 2015 21:10
Show Gist options
  • Save ysinc88/eae2764ae71233a258e8 to your computer and use it in GitHub Desktop.
Save ysinc88/eae2764ae71233a258e8 to your computer and use it in GitHub Desktop.
<% @sections.each do |s| %>
<tr>
<td><%= s.header %></td>
<td><%= truncate(sanitize(s.content), length: 80) %>
</td>
<td><%= link_to "edit", edit_admin_section_path(s) %></td>
</tr>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment