OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05
[pettanr/pettanr.git] / app / views / provider_statuses / original_pictures_import.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <% if @import_result.response? %>
5   <% if @import_result.success? %>
6     <h2>
7       <%= t("provider_statuses.#{@import_result.action}.success") %>
8     </h2>
9   <% else %>
10     <%= render 'import_errors', :import_result => @import_result %>
11     <%= link_to t("provider_statuses.#{@import_result.action}.to_show"), provider_status_path(@provider_status) %>
12   <% end %>
13 <% else %>
14   <h1>No Response</h1>
15 <% end %>