summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/edit.html.erb')
-rw-r--r--app/views/nodes/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb
index d19fdd95..269e0e49 100644
--- a/app/views/nodes/edit.html.erb
+++ b/app/views/nodes/edit.html.erb
@@ -1,6 +1,6 @@
1<h1><%= title_for_node(@node) %></h1> 1<h1><%= title_for_node(@node) %></h1>
2 2
3<div id="admin_layout"> 3<div class="admin_layout">
4 <div class="node_action_bar"> 4 <div class="node_action_bar">
5 <%= button_to t(".unlock_back"), unlock_node_path(@node), method: :put, 5 <%= button_to t(".unlock_back"), unlock_node_path(@node), method: :put,
6 form: { class: 'button_to state_changing' }, 6 form: { class: 'button_to state_changing' },