OSDN Git Service

t#31223:add them contents list for author and artist
[pettanr/pettanr.git] / app / views / provider_statuses / artists_import.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <% if @failures == nil %>
5   <h1>No Response</h1>
6 <% elsif @failures.empty? %>
7   <h2>
8     <%= t('provider_statuses.artists_import.success') %>
9   </h2>
10 <% else %>
11   <%= render 'artists_errors', :failures => @failures %>
12   <%= link_to t('provider_statuses.artists_import.to_show'), provider_status_path(@provider_status) %>
13 <% end %>