Implement tooltips for suppliers table view

This commit is contained in:
2013-03-11 21:46:56 +01:00
parent 0979eda9be
commit 7386768991
28 changed files with 6641 additions and 19 deletions
@@ -6,7 +6,7 @@
- for section in @section.supplier.sections
li class=(section == @section ? 'active' : nil) = link_to section.title, [:manage_tables, :suppliers, section]
.span9
.well.section-tables-container.section-tables-active
.well.section-tables-container.section-tables-active.section-tables-manage
- for table in @section.tables
.section-table.hide{ id="section-table-#{table.id}" data-position-x=table.position_x data-position-y=table.position_y data-table-id=table.id}
.pull-right.action-button-container