Skip to content

Commit

Permalink
[2375] Style the sidebar items on the resource page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 23, 2012
1 parent 8231917 commit 7cdfda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/package/resource_read.html
Expand Up @@ -97,10 +97,10 @@ <h2>Additional Information</h2>
<div class="secondary">
<section class="module">
<h3 class="heading"><i class="ckan-icon ckan-icon-info"></i> Resource Information</h3>
<ul class="simple">
<ul class="simple-list">
<li><i class="ckan-icon ckan-icon-calender"></i> Unknown</li>
<li><i class="ckan-icon ckan-icon-type"></i> CSV</li>
<li>${h.snippet('snippets/license.html', dataset=c.pkg_dict)}</li>
<li><i class="ckan-icon ckan-icon-license"></i> ${h.snippet('snippets/license.html', dataset=c.pkg_dict)}</li>
</ul>
</section>
${h.snippet('snippets/social.html')}
Expand Down

0 comments on commit 7cdfda5

Please sign in to comment.