app/views/mail_manager/contacts/show.html.erb in mail_manager-3.0.0 vs app/views/mail_manager/contacts/show.html.erb in mail_manager-3.2.0
- old
+ new
@@ -1,6 +1,6 @@
-<% title "Contact" %>
+<%= title "Contact" %>
<p>
<strong>First Name:</strong>
<%=h @contact.first_name %>
</p>
@@ -13,10 +13,10 @@
<%=h @contact.email_address %>
</p>
<%= content_for :page_navigation do %>
<div>
- <%= link_to "Edit", mail_manager.edit_contact_path(@contact), :class => 'button' %><div class="linkbuttonEnding"></div>
- <%= link_to "Delete", @contact, :confirm => 'Are you sure?', :method => :delete, :class => 'button' %><div class="linkbuttonEnding"></div>
- <%= link_to "View All", mail_manager.contacts_path, :class => 'button' %><div class="linkbuttonEnding"></div>
+ <%= link_to "Edit", mail_manager.edit_contact_path(@contact), :class => 'button' %>
+ <%= link_to "Delete", @contact, :confirm => 'Are you sure?', :method => :delete, :class => 'button' %>
+ <%= link_to "View All", mail_manager.contacts_path, :class => 'button' %>
</div>
-<% end %>
\ No newline at end of file
+<% end %>