Sha256: 3c584296cb83ad3690308d39f8572ae3a4c96cf8ec547f9feb52ca554d638a98

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

- content_for :links do
	= link_to "New Category", new_category_path, class: "btn btn-default"

%table.table.table-bordered.table-striped
	%thead
		%tr
			%th Title
			%th Date
	%tbody
		- @categories.each do |category|
			= content_tag_for(:tr, category) do
				%td= link_to category.title, category
				%td= category.description

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogr-0.0.8 app/views/blogr/categories/index.html.haml
blogr-0.0.7 app/views/blogr/categories/index.html.haml
blogr-0.0.6 app/views/blogr/categories/index.html.haml