Sha256: bcb6c51bd53afef5582b489b912089d2c3f3dba78caf8256ce0ea2446ff501da
Contents?: true
Size: 302 Bytes
Versions: 5
Compression:
Stored size: 302 Bytes
Contents
<<%='%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%'%>> <body> <% @attributes.each do |att| -%> <p> <b><%= att.name.capitalize %>:</b> <%= "${#{@model}.#{att.name}}" %> </p> <% end -%> <a href="<%= path "/${#{@model}.id}/edit" %>">Edit</a> <a href="<%= path %>">Back</a> </body>
Version data entries
5 entries across 5 versions & 1 rubygems