소스 검색

remove trailing white-spaces from app/views/wiki/edit.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7217 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA 12 년 전
부모
커밋
19bfed994b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/views/wiki/edit.html.erb

+ 1
- 1
app/views/wiki/edit.html.erb 파일 보기

@@ -11,7 +11,7 @@
<p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p>

<p><%= submit_tag l(:button_save) %>
<%= link_to_remote l(:label_preview),
<%= link_to_remote l(:label_preview),
{ :url => { :controller => 'wiki', :action => 'preview', :project_id => @project, :id => @page.title },
:method => :post,
:update => 'preview',

Loading…
취소
저장