OSDN Git Service

b79147f8e516d4b093a792c3d76919b9604b80ab
[pettanr/pettanr.git] / app / views / ground_colors / new.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <h2><%= t('home.index.catch') -%></h2>
5 <%= render 'panels/standard', :panel => @panel, :operators => @operators %>
6 <h2><%= t('ground_colors.create_color') -%></h2>
7 <%= render @ground_color.form_template, :elm => @ground_color, :no_attr => 0 %>