Update _details.html.erb

This commit is contained in:
2016-05-31 09:40:59 -04:00
parent 947f56899d
commit a2588040ff

View File

@@ -33,7 +33,7 @@
<tr> <tr>
<td/> <td/>
<td> <td>
<%= button_to "Edit", edit_customer_path(customer), method: :get%> <%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>
</td> </td>
</tr> </tr>
</tbody> </tbody>