aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authoranicet2015-06-18 10:42:32 +0200
committeranicet2015-06-18 10:42:32 +0200
commit79e118513193bf86137b7daab6945f08a688e63c (patch)
tree3347025b0300163ddb1c3d40db8e7e2511d35cef /app/views/shared
parentb87caa4fcf05f9603768683e6a48a2949cf82367 (diff)
downloadchouette-core-79e118513193bf86137b7daab6945f08a688e63c.tar.bz2
Ie Report: clean css and add details column
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_ie_report_line.html.erb6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/shared/_ie_report_line.html.erb b/app/views/shared/_ie_report_line.html.erb
index b9fc5dd45..8dac052c8 100644
--- a/app/views/shared/_ie_report_line.html.erb
+++ b/app/views/shared/_ie_report_line.html.erb
@@ -25,11 +25,12 @@
</div>
</form>
</p>
- <table id="table-line" class="table table-hover table-striped data-table" data-filter="#filter-line" data-page-size="20">
+ <table id="table-line" class="table table-hover table-striped data-table toggle-circle toggle-medium" data-filter="#filter-line" data-page-size="20">
<thead>
<tr>
<th><%= t(".table.line.state") %></th>
- <th data-toggle="true"><%= t(".table.line.lines") %></th>
+ <th><%= t(".table.line.lines") %></th>
+ <th data-toggle="true" data-sort-ignore="true"><%= t(".table.line.details") %></th>
<th data-hide="all"><%= t(".table.line.routes") %></th>
<th data-hide="all"><%= t(".table.line.connection_links") %></th>
<th data-hide="all"><%= t(".table.line.time_tables") %></th>
@@ -44,6 +45,7 @@
<tr>
<td data-value="<%=line_item.status%>"><%= line_item.status ? font_awesome_classic_tag("fa-check") : font_awesome_classic_tag("fa-times") %></td>
<td><%= line_item.name %></td>
+ <td></td>
<td><%= line_item.routes %></td>
<td><%= line_item.connection_links %></td>
<td><%= line_item.time_tables %></td>