<%= notice %>

Name: <%= @publisher.name %>

Url: <%= @publisher.url %>

Description: <%= @publisher.description %>

Email: <%= @publisher.email %>

Category: <%= @publisher.category_id %>

Epom: <%= @publisher.epom_id %>

<%= link_to 'Edit', edit_publisher_path(@publisher) %> | <%= link_to 'Back', publishers_path %>