##// END OF EJS Templates
Fixed 10211 Wiki names can't have periods in them....
Fixed 10211 Wiki names can't have periods in them. Same validations as WikiPage model now applied to wiki start page. git-svn-id: http://redmine.rubyforge.org/svn/trunk@463 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r330:027bf93849e8
r460:8d7de50ca8f7
Show More
issue_edit_ja.rhtml
7 lines | 329 B | text/html+ruby | RhtmlLexer
問題 #<%= @issue.id %> が更新されました。
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>