Sha256: 0535b8ccf14d0aeec285e96c80390b361aed3e048139162b6a587bfff04b965c
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
<html> <body> <form method="post" action="<%=app.url%>/save"> <%=error%> <input type="hidden" name="topic" value="<%=topic%>"></input> <h3>Editing Page '<%=topic%>'</h3> <textarea name="content" cols="80" rows="40"><%=wiki%></textarea> <br> <input type="submit" name="save" id="save"></input> </form> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/wiki/views/edit.rhtml |