Commit 40638bbf41df8f52a66c08832f08d4ec16ffdfa3
1 parent
5688035d
Exists in
master
and in
22 other branches
ActionItem140: fixed some issues of blocks
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1106 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
5 changed files
with
21 additions
and
1 deletions
Show diff stats
app/design_blocks/list_block/models/list_block.rb
... | ... | @@ -0,0 +1 @@ |
1 | +<h4><%= _('Nothing to see here') %></h4> | ... | ... |
app/design_blocks/profile_info_block/controllers/profile_info_block_controller.rb
app/design_blocks/profile_info_block/models/profile_info_block.rb
... | ... | @@ -0,0 +1,10 @@ |
1 | +<h2> <%= _('Editing profile exibition') %> </h2> | |
2 | + | |
3 | +<% design_form_remote_tag( :url => {:action => 'save'}) do %> | |
4 | + <p> | |
5 | + <label for="design_block_title"> <%= _("Title") %> </label> | |
6 | + <%= text_field 'design_block', 'title'%> | |
7 | + </p> | |
8 | + | |
9 | + <%= submit_tag _('Save') %> | |
10 | +<% end %> | ... | ... |