Sha256: 916eaf16dc2bddd28fad98a30e4c6fcf26c9204f01664ea50cabfe85cccb6ec0

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

- b.discussion :id => "discussion_id", :class => "discussion_class" do |o|
	- o.name "3 comments"
	- o.controls "<a href='#'>comment</a>"
	- o.content do
		- 3.times do |i|
			- b.comment :id => 'comment_id', :class => 'comment_class' do |o|
				- o.details samples.comment_details
				- o.owner link_to("admin", '#')
				- o.avatar image_tag(url_for("/common_interface/images/img1_icon.jpg")) unless i == 1
				- o.text samples.comment_text
				- o.controls samples.common_controls

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/CommonInterface/Demo/shared/_comments.html.haml
common_interface-0.1.1 lib/views/CommonInterface/Demo/shared/_comments.html.haml