Mercurial > hg > soundsoftware-site
comparison app/views/versions/.svn/text-base/_issue_counts.rhtml.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 24 Sep 2010 14:06:04 +0100 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
14:1d32c0a0efbf | 22:40f7cfd4df19 |
---|---|
3 <legend> | 3 <legend> |
4 <%= l(:label_issues_by, | 4 <%= l(:label_issues_by, |
5 select_tag('status_by', | 5 select_tag('status_by', |
6 status_by_options_for_select(criteria), | 6 status_by_options_for_select(criteria), |
7 :id => 'status_by_select', | 7 :id => 'status_by_select', |
8 :onchange => remote_function(:url => { :action => :status_by, :id => version }, | 8 :onchange => remote_function(:url => status_by_project_version_path(version.project, version), |
9 :with => "Form.serialize('status_by_form')"))) %> | 9 :with => "Form.serialize('status_by_form')"))) %> |
10 </legend> | 10 </legend> |
11 <% if counts.empty? %> | 11 <% if counts.empty? %> |
12 <p><em><%= l(:label_no_data) %></em></p> | 12 <p><em><%= l(:label_no_data) %></em></p> |
13 <% else %> | 13 <% else %> |