We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973c8fa commit 03b4df8Copy full SHA for 03b4df8
1 file changed
app/views/spaces/_form.html.erb
@@ -3,6 +3,8 @@
3
4
<%= f.input :title %>
5
6
+ <%= f.input(:host) if current_user.is_admin? %>
7
+
8
<%= f.input :description, as: :markdown_area, input_html: { rows: '10' } %>
9
10
<%= f.input :theme, collection: Space::THEMES, selected: @space.theme || 'default' %>
0 commit comments