Skip to content

Commit

Permalink
sync error corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridindie committed Jan 14, 2011
1 parent b1f85b7 commit 08e5b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/authentication_methods/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<td><%= method.preferred_api_key %></td>
<td><%= method.preferred_api_secret %></td>
<td><%= method.environment.to_s.titleize %></td>
<td><%= method.preferred_enable_authentication_method ? t(:yes) : t(:no) %></td>
<td><%= method.active ? t(:yes) : t(:no) %></td>
<% end %>
<td>
<%= link_to_edit method %> &nbsp;
Expand Down

0 comments on commit 08e5b82

Please sign in to comment.