Changesets can be listed by changeset number.
The Git repository is here.
Changeset 323
Add hint text and a link to Textile information to the
'New Ticket' view.
- Comitted by: rool
- Date: Friday March 18 14:43:04 2011 (over 13 years ago)
Affected files:
rool/rails/collaboa/trunk/app/views/tickets/new.rhtml:
prev. | current | |
<%= text_field 'ticket', 'summary' -%></label> | ||
<br /> | ||
32 | | |
32 | <label>Description (<a href="http://redcloth.org/" target="_blank">help and preview tool available here</a>): | |
<%= text_area 'ticket', 'content' -%></label> | ||
<table> | ||
... | ... | |
<td><%= collection_select 'ticket', 'severity_id', @severities, 'id', 'name' -%></td> | ||
</tr> | ||
<tr> | ||
41 | <td colspan="2"> | |
42 | <br /> | |
43 | If you aren't sure what to assign for the part, release or milestone, | |
44 | just leave it blank. | |
45 | <br /> | |
46 | <br /> | |
47 | </td> | |
48 | </tr> | |
49 | <tr> | |
<td>Part: </td> | ||
<td><%= collection_select 'ticket', 'part_id', @parts, 'id', 'name', { :include_blank => true } -%></td> | ||
</tr> |