Sha256: 96ffe970425d9e3ade9390ded3dff9a41dc96305377d964d23cc4d481d1cd925

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 Bytes

Contents

<h1><%= @site.name %> (Custom account)</h1>

<%= show_for @site do |show| %>
  <%= show.attributes :name %>
<% end %>

<p>
  <%= link_to("Edit", edit_account_path(@site)) %>
  <%= button_to('Delete', account_path(@site), :method => :delete) %>
</p>

<p><%= link_to "Back to accounts", accounts_path %></p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bento-0.0.3 spec/rails_app/app/views/custom_accounts/show.html.erb
bento-0.0.2 spec/rails_app/app/views/custom_accounts/show.html.erb