diff --git a/app/views/clicks/index.html.erb b/app/views/clicks/index.html.erb index da9bfc2..bd607b9 100644 --- a/app/views/clicks/index.html.erb +++ b/app/views/clicks/index.html.erb @@ -1,4 +1,6 @@ -
<%=h click.site_id %> | <%=h click.visitor_id %> | -<%=h click.additional_info %> | +<%=h click.what_was_clicked %> | <%= link_to 'Show', click %> | -<%= link_to 'Edit', edit_click_path(click) %> | <%= link_to 'Destroy', click, :confirm => 'Are you sure?', :method => :delete %> |