Skip to content

Commit

Permalink
Merge pull request pentestgeek#133 from twinvega/patch-2
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
zeknox committed Jan 7, 2015
2 parents 3552f4e + 81becfc commit ab777b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/logins.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2><%= @admin.name %> Logins</h2>

<div><%= pluralize(@logins.size, 'login') %> logged out of <%= @admin.sign_in_count %> logins total </div>
<table class="table table-striped" summary="Campiagn list">
<table class="table table-striped" summary="Campaign list">
<tr class="header">
<th>Date</th>
<th>IP</th>
Expand All @@ -19,4 +19,4 @@
<% end %>
</table>

</div>
</div>

0 comments on commit ab777b0

Please sign in to comment.