Commit fa2078126b3f101831a072aa7f0735b6161b25e8

Authored by Joenio Costa
1 parent 4cb862a0

Adding css class "title" back to 'editing block' window

(ActionItem2923)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/box_organizer/edit.rhtml
1 1 <div class="block-config-options <%= @block.class.name %>-options">
2   - <h2><%= _(@block.class.description) %></h2>
  2 + <h2 class="title"><%= _(@block.class.description) %></h2>
3 3  
4 4 <% form_tag(:action => 'save', :id => @block.id) do %>
5 5  
... ...