Sha256: 7d645239cffb670ffcda3fd67bef8137db4846b0efd9ec41168f4f692f276886

Contents?: true

Size: 518 Bytes

Versions: 8

Compression:

Stored size: 518 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @publisher.name %>
</p>

<p>
  <strong>Url:</strong>
  <%= @publisher.url %>
</p>

<p>
  <strong>Description:</strong>
  <%= @publisher.description %>
</p>

<p>
  <strong>Email:</strong>
  <%= @publisher.email %>
</p>

<p>
  <strong>Category:</strong>
  <%= @publisher.category_id %>
</p>

<p>
  <strong>Epom:</strong>
  <%= @publisher.epom_id %>
</p>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
epom_rails-1.4.4 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.4.2 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.4.1 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.4.0 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.3.6 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.3.5 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.3.2 test/dummy/app/views/publishers/show.html.erb
epom_rails-1.0.0 test/dummy/app/views/publishers/show.html.erb