Skip to content

Commit

Permalink
add description for resources replacing holding text
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 18, 2012
1 parent fc07b92 commit a4ce144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/read.html
Expand Up @@ -44,7 +44,7 @@ <h3>Resources</h3>
${h.resource_display_name(res)}
<span py:if="res.get('format')" class="format-box" property="dc:format">${res.get('format')}</span>
</a>
<p class="description">Some truncated description of the resource. Max one line.</p>
<p class="description">${h.markdown_extract(res.description, extract_length=80)}</p>
<a class="btn btn-primary" href="${url}">Explore Data</a>
</li>
</ul>
Expand Down

0 comments on commit a4ce144

Please sign in to comment.