@@ -250,7 +250,7 module ApplicationHelper | |||
|
250 | 250 | tag_options.merge!(yield(project)) if block_given? |
|
251 | 251 | s << content_tag('option', name_prefix + h(project), tag_options) |
|
252 | 252 | end |
|
253 | s | |
|
253 | s.html_safe | |
|
254 | 254 | end |
|
255 | 255 | |
|
256 | 256 | # Yields the given block for each project with its level in the tree |
General Comments 0
You need to be logged in to leave comments.
Login now