fix edit tables button
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.span12.section-title= @section.title
|
||||
.span12
|
||||
.well.section-tables-container.section-tables-active
|
||||
.section-manage-tables.pull-right= link_to '', manage_tables_suppliers_section_path(@section), class: 'icon-pencil btn'
|
||||
.section-manage-tables.pull-right= link_to content_tag(:span, '', class: 'icon-pencil'), manage_tables_suppliers_section_path(@section), class: 'btn btn-mini'
|
||||
- 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}
|
||||
.table-number = link_to table.number, suppliers_table_path(table)
|
||||
|
||||
Reference in New Issue
Block a user