diff options
Diffstat (limited to 'app/views/events/show.html.erb')
| -rw-r--r-- | app/views/events/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 2f3d315d..0d91f850 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <div id="admin_layout" class="show_node"> | 1 | <div class="admin_layout show_node"> |
| 2 | <h1><%= @event.node ? t(".title_for_node", :path => @event.node.unique_name) : t(".title") %></h1> | 2 | <h1><%= @event.node ? t(".title_for_node", :path => @event.node.unique_name) : t(".title") %></h1> |
| 3 | 3 | ||
| 4 | <div class="layout_row"> | 4 | <div class="layout_row"> |
