added meta description tag

This commit is contained in:
albert
2011-11-11 18:02:30 -05:00
parent 41d2634304
commit 36f4d80d9b
3 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<%= error_messages_for("wiki_page") %>
<%= simple_form_for(@wiki_page) do |f| %>
<%= f.input :title %>
<%= f.input :title, :as => :string %>
<%= dtext_field "wiki_page", "body" %>