diff --git a/app/views/admin/notes/new.html.erb b/app/views/admin/notes/new.html.erb index 1918d34bb7..745aa026b3 100644 --- a/app/views/admin/notes/new.html.erb +++ b/app/views/admin/notes/new.html.erb @@ -17,15 +17,15 @@ <%= check_box 'note', 'push_to_twitter', {:disabled => disabled} %> <%= _("POSSE to Twitter")%> - + <%= text_field 'note', 'in_reply_to_status_id', :class => 'input-block-level', :placeholder => _("tweet id like 123456"), :disabled => disabled %> - + <%= text_field 'note', 'permalink', :class => 'input-block-level' %> - + <%= calendar_date_select 'note', 'published_at', {:class => 'span11'} %>
diff --git a/app/views/admin/seo/index.html.erb b/app/views/admin/seo/index.html.erb index a0d2e4d4a3..45b7dbe298 100644 --- a/app/views/admin/seo/index.html.erb +++ b/app/views/admin/seo/index.html.erb @@ -33,7 +33,7 @@
- +
<%= text_area(:setting, :rss_description_text, :rows => 10, :class => 'span6')%>

You can use the following tags: %author% (author name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url% (a link to the article you want to protect)

diff --git a/app/views/admin/seo/permalinks.html.erb b/app/views/admin/seo/permalinks.html.erb index 579620bb66..e0934fe009 100644 --- a/app/views/admin/seo/permalinks.html.erb +++ b/app/views/admin/seo/permalinks.html.erb @@ -11,21 +11,21 @@
-