Commit 62d3dca2ce2ff22f5f2116a2727520d5b62fbc09
Exists in
master
and in
29 other branches
Merge branch 'stable' of https://gitlab.com/noosfero/noosfero into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/box_organizer/_link_list_block.rhtml
| 1 | 1 | <strong><%= _('Links') %></strong> |
| 2 | -<div id='edit-link-list-block' style='width:450px'> | |
| 2 | +<div id='edit-link-list-block'> | |
| 3 | 3 | <table id='links' class='noborder'> |
| 4 | 4 | <tr><th><%= _('Icon') %></th><th><%= _('Name') %></th><th><%= _('Address') %></th><th><%= _('Target') %></th></tr> |
| 5 | 5 | <% for link in @block.links do %> | ... | ... |