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">
<h3><%= block_title || l(:label_custom_element) %></h3>
<% if defined? block_name %>
<%= content_for block_name %>
<div id="<%= block_name %>-text">
<%= textilizable(textile, :object => overview) %>
</div>
<% else %>
<%= textilizable(textile, :object => overview) %>
<% end %>
<h3><%= block_title || l(:label_custom_element) %></h3>
<% if defined? block_name %>
<%= content_for block_name %>
<div id="<%= block_name %>-text">
<%= textilizable(textile, :object => overview) %>
</div>
<% else %>
<%= textilizable(textile, :object => overview) %>
<% end %>
</div>

Loading…
Cancel
Save