Commit 5a214b374be1303155bd4bcc677cf5d7ee3e85e2

Authored by AntonioTerceiro
1 parent 69f936f8

ActionItem152: adding new blocks to a design. Now need to create more types of

blocks.


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1224 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/views/box_organizer/add_block.rhtml 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<% button_bar do %>
  2 + <%= submit_button(:add, _("Add")) %>
  3 + <%= lightbox_close_button(_('Close')) %>
  4 +<% end %>
... ...