Merge pull request #71 from finnlabs/housekeeping/sticky-header

Apply sticky header
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit b194386f0c
  1. 6
      app/views/roles/index.html.erb
  2. 6
      app/views/users/_global_roles.html.erb

@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table">
<table class="generic-table">
<colgroup>
<col highlight-col>
<col highlight-col>
@ -68,7 +68,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</div>
</th>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody>
@ -95,7 +95,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<% else %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table principal_roles" id="table_principal_roles">
<table class="generic-table principal_roles" id="table_principal_roles">
<colgroup>
<col highlight-col>
<col>
@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div>
</th>
<%= call_hook(:view_users_global_roles_table_header, :user => @user )%>
<th></th>
<th><div class="generic-table--empty-header"></div></th>
</tr>
</thead>
<tbody id="table_principal_roles_body">
@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%end%>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<% end %>

Loading…
Cancel
Save