<div class="alert-message notice fade in">
<strong>Product was successfully updated.</strong>
</div>
<p id="notice">Product was successfully updated.</p>
なぜ2回印刷されるのですか?エラーメッセージは2回印刷されますか?
applicaiton.html.erb
<%= render 'layouts/errors'%>
レイアウト/エラー
<% flash.each do |key, value| %>
<div class="alert-message <%= key %> fade in">
<a class="close" href="#">×</a>
<center><strong><%= value %></strong></center>
</div>
<% end %>
アラート通知が2回表示されている可能性があります。ビューに1回、レイアウトに1回。ビューとレイアウトソースファイルを見ることなく、確実に知ることは不可能です。 –
あなたはあなたが見ているもの、あなたが見たいもの、あなたのレイアウトがどのように見えるかをより詳細に説明できますか? – andrewpthorp
Editted、私はちょうど私がそれがどこから来ているのかわからない2番目のものを表示したくない! – ahmet