Mercurial > hg > soundsoftware-site
view app/views/auto_completes/issues.html.erb @ 36:de76cd3e8c8e cc-branches
* Probably abortive experiments in extracting the branch from Hg
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 20 Oct 2010 10:07:29 +0100 |
parents | 1d32c0a0efbf |
children | 433d4f72a19b |
line wrap: on
line source
<ul> <% if @issues.any? -%> <% @issues.each do |issue| -%> <%= content_tag 'li', h("#{issue.tracker} ##{issue.id}: #{issue.subject}"), :id => issue.id %> <% end -%> <% else -%> <%= content_tag("li", l(:label_none), :style => 'display:none') %> <% end -%> </ul>