Skip to content

Commit 03b4df8

Browse files
committed
Allow setting space host in UI
1 parent 973c8fa commit 03b4df8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/views/spaces/_form.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
<%= f.input :title %>
55

6+
<%= f.input(:host) if current_user.is_admin? %>
7+
68
<%= f.input :description, as: :markdown_area, input_html: { rows: '10' } %>
79

810
<%= f.input :theme, collection: Space::THEMES, selected: @space.theme || 'default' %>

0 commit comments

Comments
 (0)