OSDN Git Service

import all source code
[pettanr/pettanr.git] / app / views / panels / show.html.erb
1   <% if @panel.errors.any? %>
2     <div id="error_explanation">
3       <h2><%= pluralize(@panel.errors.count, "error") %> prohibited this panel from being saved:</h2>
4
5       <ul>
6       <% @panel.errors.full_messages.each do |msg| %>
7         <li><%= msg %></li>
8       <% end %>
9       </ul>
10     </div>
11   <% end %>
12 <p id="notice"><%= notice %></p>
13 <%= render 'standard' %>
14
15 <%= link_to 'Back', panels_path %>