(maint) Delete .rb file that was probably commited by accident

Extension of the file is .rb but should be .erb, so I guess thir file
was committed by accident.
This commit is contained in:
Julien Pivotto 2015-10-26 16:28:01 +01:00
parent 26a9d73ef2
commit a2e622d2aa
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<h2>Parameter Summary</h2>
<div class="tags">
<ul class="param">
<%= @html_helper.generate_parameters(@param_details, object) %>
</ul>
</div>
<h2>Features</h2>
<div class="tags">
<ul class="feature">
<%= @html_helper.generate_features(@feature_details, object) %>
</ul>
</div>