Parcourir la source

html5 compliance.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10114 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.1.0
Jean-Philippe Lang il y a 12 ans
Parent
révision
ba9f1c0388
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      app/views/issues/new.html.erb
  2. 1
    1
      app/views/news/_form.html.erb

+ 1
- 1
app/views/issues/new.html.erb Voir le fichier

@@ -18,7 +18,7 @@
</p>
<% end %>

<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form', :locals => {:container => @issue} %></p>
<p id="attachments_form"><label><%= l(:label_attachment_plural) %></label><%= render :partial => 'attachments/form', :locals => {:container => @issue} %></p>

<% if @issue.safe_attribute? 'watcher_user_ids' -%>
<p id="watchers_form"><label><%= l(:label_issue_watchers) %></label>

+ 1
- 1
app/views/news/_form.html.erb Voir le fichier

@@ -4,7 +4,7 @@
<p><%= f.text_field :title, :required => true, :size => 60 %></p>
<p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p>
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form', :locals => {:container => @news} %></p>
<p id="attachments_form"><label><%= l(:label_attachment_plural) %></label><%= render :partial => 'attachments/form', :locals => {:container => @news} %></p>
</div>

<%= wikitoolbar_for 'news_description' %>

Chargement…
Annuler
Enregistrer