##// END OF EJS Templates
PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#61, #117)....
PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#61, #117). Japanese Shift_JIS and Traditional Chinese Big5 have '0x5c'(backslash) problem. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5337 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3032:1c3722b5cbaa
r5217:d20bc57be08c
Show More
new.rhtml
5 lines | 301 B | text/html+ruby | RhtmlLexer
<h2><%= link_to l(:label_tracker_plural), :controller => 'trackers', :action => 'index' %> &#187; <%=l(:label_tracker_new)%></h2>
<% form_for :tracker, @tracker, :url => { :action => 'new' }, :builder => TabularFormBuilder do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>