From 5a214b374be1303155bd4bcc677cf5d7ee3e85e2 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 18 Jan 2008 18:30:47 +0000 Subject: [PATCH] ActionItem152: adding new blocks to a design. Now need to create more types of blocks. --- app/views/box_organizer/add_block.rhtml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) create mode 100644 app/views/box_organizer/add_block.rhtml diff --git a/app/views/box_organizer/add_block.rhtml b/app/views/box_organizer/add_block.rhtml new file mode 100644 index 0000000..a0e48d7 --- /dev/null +++ b/app/views/box_organizer/add_block.rhtml @@ -0,0 +1,4 @@ +<% button_bar do %> + <%= submit_button(:add, _("Add")) %> + <%= lightbox_close_button(_('Close')) %> +<% end %> -- libgit2 0.21.2