Project

General

Profile

Patch #9659 ยป auth-sources.diff

Kirill Smirnov, 2011-11-24 23:48

View differences:

app/views/auth_sources/index.html.erb (working copy)
14 14
  </tr></thead>
15 15
  <tbody>
16 16
<% for source in @auth_sources %>
17
  <tr class="<%= cycle("odd", "even") %>">
17
  <tr id="auth_source-<%= source.id %>" class="<%= cycle("odd", "even") %>">
18 18
    <td><%= link_to(h(source.name), :action => 'edit', :id => source)%></td>
19 19
    <td align="center"><%= h source.auth_method_name %></td>
20 20
    <td align="center"><%= h source.host %></td>
    (1-1/1)