Changesets can be listed by changeset number.
The Git repository is here.
Changeset 196
Corrected HTML-style tags to XHTML-style self-closing tags
so that the "new ticket" page validates. Was an attempt to
fix Ticket #106, but didn't make any difference to that
particular fault.
- Comitted by: rool
- Date: Wednesday April 04 22:09:22 2007 (over 17 years ago)
Affected files:
rool/rails/collaboa/trunk/app/views/tickets/new.rhtml:
prev. | current | |
<label class="first"> | ||
Name or Email: | ||
<% if hubssolib_privileged? -%> | ||
20 | | |
20 | <input id="ticket_author" name="ticket[author]" size="30" type="text" value="<%= h(@ticket.author) %>" /> | |
<% else -%> | ||
22 | | |
22 | <input id="ticket_author" name="ticket[author]" size="30" type="hidden" value="<%= h(@ticket.author) %>" /> | |
<br /><b><%= h(@ticket.author) %></b><br style="margin-bottom: 10px" /> | ||
<% end -%> | ||
</label> | ||
... | ... | |
</fieldset> | ||
56 | | |
56 | <input type="submit" value="File new ticket" class="submit" /> | |
<%= end_form_tag %> | ||
</div> |