OSDN Git Service

add: license publisher
[pettanr/pettanr.git] / app / views / provider_sources / index.html.erb
1 <h1><%= t('.title') %></h1>
2 <p id="notice"><%= notice %></p>
3
4 <table>
5   <tr>
6     <th><%= t('provider_sources.index.url') %></th>
7   </tr>
8   <% @urls.each do |url| %>
9     <tr>
10       <td><%= link_to h(url), url %></td>
11     </tr>
12   <% end %>
13 </table>
14 <%= button_to t('provider_sources.index.submit'), import_provider_sources_path %>