Sha256: 023c2c5f6c9c001b393e08a38b2e2ca3211a4afb32cba322e8053b9be3d53b50

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

- content_for :links do
	= link_to "New Tag", new_tag_path, class: "btn btn-default"

%table.table.table-bordered.table-striped
	%thead
		%tr
			%th Title
	%tbody
		- @tags.each do |tag|
			= content_tag_for(:tr, tag) do
				%td= link_to tag.name, tag

Version data entries

3 entries across 3 versions & 1 rubygems

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