|
|
@ -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> |
|
|
|