doc/directives.html in masterview-0.2.3 vs doc/directives.html in masterview-0.2.4
- old
+ new
@@ -1132,9 +1132,17 @@
<tr>
<td class="directive"><a href="#mv_check_box">mv:check_box</a></td>
<td>Replaces this element with a Rails <code>check_box</code> helper</td>
</tr>
<tr>
+<td class="directive"><a href="#mv_collection_select">mv:collection_select</a></td>
+<td>Replaces this element with a Rails <code>collection_select</code> helper.
+<span class="explanation">(
+Used on <code><select></code> form elements
+)</span>
+</td>
+</tr>
+<tr>
<td class="directive"><a href="#mv_content">mv:content</a></td>
<td>Replaces the content of this element with the value of the expression</td>
</tr>
<!-- e -->
\ No newline at end of file