Spacing identations were used

pull/6827/head
Henriette Dinger 9 years ago
parent 998b6e6d29
commit c733f8e488
  1. 18
      app/views/my_projects_overviews/_textilizable.html.erb

@ -19,13 +19,13 @@ See doc/COPYRIGHT.md for more details.
++#%> ++#%>
<div class="wiki"> <div class="wiki">
<h3><%= block_title || l(:label_custom_element) %></h3> <h3><%= block_title || l(:label_custom_element) %></h3>
<% if defined? block_name %> <% if defined? block_name %>
<%= content_for block_name %> <%= content_for block_name %>
<div id="<%= block_name %>-text"> <div id="<%= block_name %>-text">
<%= textilizable(textile, :object => overview) %> <%= textilizable(textile, :object => overview) %>
</div> </div>
<% else %> <% else %>
<%= textilizable(textile, :object => overview) %> <%= textilizable(textile, :object => overview) %>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save