doc/directives.html in masterview-0.3.1 vs doc/directives.html in masterview-0.3.2
- old
+ new
@@ -1372,9 +1372,17 @@
<td>Replaces this element and its content with the value of the expression</td>
</tr>
<!-- s -->
<tr>
+<td class="directive"><a href="#mv_select">mv:select</a></td>
+<td>Replaces this element with a Rails <code>select</code> helper.
+<span class="explanation">(
+Used on <code><select></code> form elements
+)</span>
+</td>
+</tr>
+<tr>
<td class="directive"><a href="#mv_stylesheet_link">mv:stylesheet_link</a></td>
<td>Replaces this element using the Rails <code>stylesheet_link_tag</code> helper
<span class="explanation">(
Used on stylesheet <code><link></code> elements in html header section
)</span>
\ No newline at end of file