Mercurial > hg > soundsoftware-site
diff app/views/my/page_layout.rhtml @ 514:7eba09d624db live
Merge
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:50:53 +0100 |
parents | 07fa8a8b56a8 |
children |
line wrap: on
line diff
--- a/app/views/my/page_layout.rhtml Thu Jul 14 10:46:20 2011 +0100 +++ b/app/views/my/page_layout.rhtml Thu Jul 14 10:50:53 2011 +0100 @@ -36,7 +36,7 @@ <div class="contextual"> <% form_tag({:action => "add_block"}, :id => "block-form") do %> -<%= label_tag('block-select', l(:label_my_page_block)) %> +<%= label_tag('block-select', l(:label_my_page_block)) %>: <%= select_tag 'block', "<option></option>" + options_for_select(@block_options), :id => "block-select" %> <%= link_to_remote l(:button_add), {:url => { :action => "add_block" },