diff options
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/page_layout.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml index 1cf61f8fa..d2ad84ce6 100644 --- a/app/views/my/page_layout.rhtml +++ b/app/views/my/page_layout.rhtml @@ -36,7 +36,7 @@ function removeBlock(block) { <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" }, |