More blogs admin UI work (blogs and blog posts)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043023
This commit is contained in:
skewed
2009-12-03 05:41:57 +00:00
parent 04cb321de5
commit 9d2deaaec3
9 changed files with 27 additions and 20 deletions

View File

@@ -13,8 +13,8 @@
<span><%=Html.TextBoxFor(m => m.Slug, new { id = "permalink", @class = "text" })%> <span> &laquo; How to write a permalink. &raquo; </span></span>
</fieldset>
<fieldset>
<label for="body">Excerpt:</label>
<span>[still needed]</span>
<%--<label for="body">Excerpt:</label>
<span>[still needed]</span>--%>
<label for="body">Body:</label>
<span><%=Html.TextAreaFor(m => m.Body, new { id = "body", @class = "html" })%></span>
</fieldset>