Files
danbooru/app/views/dmails/edit.html.erb
2011-08-15 17:10:35 -04:00

8 lines
126 B
Plaintext

<div id="c-dmails">
<div id="a-edit">
<h1>Edit Message</h1>
<%= render "form", :dmail => @dmail %>
</div>
</div>