Skip to content

Commit

Permalink
Switched to full url of visit
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Oct 11, 2010
1 parent 2b529b5 commit 4f4f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/members/_site_entries.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% table_for entries, [ 'Occurred','Path','Action','User Level'], :class => 'stat_table', :cellspacing => '0', :width => '100%' do |entry| %>
<tr>
<td><%= entry.occurred_at.localize @time_format %></td>
<td>/<%= entry.page_path %></td>
<td><%= entry.url %></td>
<td><%= h entry.action || '-' %> </td>
<td><%= h EndUser.user_level_options[entry.user_level] || '' %></td>
</tr>
Expand Down

0 comments on commit 4f4f988

Please sign in to comment.