##// END OF EJS Templates
wrapped javascript with //<![CDATA[ in my/page_layout...
wrapped javascript with //<![CDATA[ in my/page_layout git-svn-id: http://redmine.rubyforge.org/svn/trunk@245 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r164:0b4d4db13130
r242:10e77d865b6c
Show More
_issue.rhtml
6 lines | 256 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%=l(:label_issue)%> #<%= issue.id %> - <%= issue.subject %>
<%=l(:field_author)%>: <%= issue.author.display_name %>
Jean-Philippe Lang
* single/multiple issues pdf export added...
r35 <%=l(:field_status)%>: <%= issue.status.name %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
0.3 unstable...
r10 <%= issue.description %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings...
r164 http://<%= Setting.host_name %>/issues/show/<%= issue.id %>