summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/new.html.erb b/app/views/nodes/new.html.erb
index bb7e078..b63a606 100644
--- a/app/views/nodes/new.html.erb
+++ b/app/views/nodes/new.html.erb
@@ -46,7 +46,7 @@
46 </div> 46 </div>
47 47
48 <div class="node_description"></div> 48 <div class="node_description"></div>
49 <div class="node_content right"><%= submit_tag "Create" %></div> 49 <div class="node_content"><%= submit_tag "Create" %></div>
50 50
51</div> 51</div>
52<% end %> 52<% end %>