Mercurial > hg > soundsoftware-site
view .svn/pristine/b2/b2402650e8784d78193fadbdd730ba690a27bbab.svn-base @ 1550:7d825cbd76c8 feature_1136
Ensure we don't leave a git repo lying around for a repo with no corresponding (even if empty) authormap
author | Chris Cannam |
---|---|
date | Tue, 12 Jan 2016 17:22:27 +0000 |
parents | cbb26bc654de |
children |
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>