Implement tooltips for suppliers table view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user