app/views/admin/posts/_form.html.erb in tb_blog-1.3.2 vs app/views/admin/posts/_form.html.erb in tb_blog-1.3.3
- old
+ new
@@ -24,10 +24,15 @@
</div>
</div>
<% else %>
<%= f.hidden_field :spud_user_id %>
<% end %>
-
+<div class="form-group">
+ <%= f.label :custom_author, 'Custom Author Display', :class => "col-sm-2 control-label" %>
+ <div class="col-sm-10">
+ <%= f.text_field :custom_author, :class=>'form-control', :placeholder => 'Author Display' %>
+ </div>
+</div>
<div class="form-group">
<%= f.label :visible, :class => 'col-sm-2 control-label' %>
<div class="col-sm-10">
<label class="radio-inline" for="spud_post_visible_true">
<%= f.radio_button :visible, true %> Yes
\ No newline at end of file