elyseholladay
3/26/2013 - 1:54 AM

gistfile1.erb

<div class="resources_head">
    
	<!-- Comments -->
	<!-- sortable row - these can be links as they are now or divs, no preference -->
	<a href="#" class="sort_column resource_list_comments"> <!-- add asc/desc class here -->
		<!-- sort: comments_total -->
		<span class="sort_column_title">Comments</span> <!-- this can be hidden in CSS but is good for accessibility -->
		<span class="icon pictos icon_comment">m</span> <!-- this is the icon for comments -->
	</a href="#">

	<!-- Type -->
	<a href="#" class="sort_column resource_list_type">
		<!-- sort: asset_type -->
		<span class="sort_column_title">Type</span>
		<span class="icon pictos icon_asset_type"></span> 
	</a href="#">

	<!-- Name -->
	<a href="#" class="sort_column resource_list_name">
			<!-- sort: name -->
			<span class="sort_column_title"><% t('RES20.COMMON.NAME') %></span>
	</a href="#">

	<!-- Download - ignore - no need for a blank div -->

	<!-- Time Updated -->
	<a href="#" class="sort_column resource_list_timeupdated">
			<!-- sort: updated_at -->
		<span class="sort_column_title">Time Updated</span>
		<span class="icon pictos icon_calendar">c</span> 
	</a href="#">

	<!-- Actions - ignore - no need for a blank div -->
	<!-- Subscribe - ignore - no need for a blank div -->

</div>