favgroups: fix typo in new favgroup dialog.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<% if !CurrentUser.favorite_groups.present? %>
|
<% if !CurrentUser.favorite_groups.present? %>
|
||||||
<p>Add this post to a new a favorite group (<%= link_to_wiki "help:favorite_groups" %>):</p>
|
<p>Add this post to a new favorite group (<%= link_to_wiki "help:favorite_groups" %>):</p>
|
||||||
|
|
||||||
<%= edit_form_for(FavoriteGroup.new, html: { class: "one-line-form" }) do |f| %>
|
<%= edit_form_for(FavoriteGroup.new, html: { class: "one-line-form" }) do |f| %>
|
||||||
<%= f.input :name, as: :string, required: true, input_html: { style: "width: 20em" } %>
|
<%= f.input :name, as: :string, required: true, input_html: { style: "width: 20em" } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user