app/views/georgia/revisions/fields/_content.html.erb in georgia-0.7.8 vs app/views/georgia/revisions/fields/_content.html.erb in georgia-0.8.0
- old
+ new
@@ -2,11 +2,10 @@
<div class="fieldset-help">
<legend>Content</legend>
<%= link_to_available_locales %>
</div>
<div class="fieldset-fields">
- <%= warning_message(@page, @revision) %>
<%= f.input :text, label: false, as: :ckeditor, input_html: {toolbar: 'Full'} %>
</div>
</fieldset>
<fieldset>
<div class="fieldset-help">
@@ -15,10 +14,10 @@
The excerpt and keywords will be included as <meta> description and keywords tags, useful for search engines.
</p>
</div>
<div class="fieldset-fields">
<%= f.input :excerpt, as: :text, label: 'Excerpt/Description', input_html: {rows: 3}, hint: "Describe in a short paragraph what this page is about." %>
- <%= f.input :keyword_list, label: 'Keywords', hint: "Comma-separated list of keywords, e.g. spiderman, superman, comics, superhero.", input_html: {class: 'js-token-input'} %>
+ <%= f.input :keyword_list, as: :text, label: 'Keywords', hint: "Comma-separated list of keywords, e.g. spiderman, superman, comics, superhero.", input_html: {class: 'js-taggable', row: 1} %>
</div>
</fieldset>
<fieldset>
<div class="fieldset-help">
<legend>Featured Image</legend>
\ No newline at end of file