diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-07 17:45:10 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-08 11:22:44 +1100 |
commit | aece2f170d6bddcd5cd5eb9f4ac9d6ffb3d34b07 (patch) | |
tree | de742afa7a64e5ebae503844fbef0af41f2e8706 | |
parent | 09ce54c6c09d878015102153cd214cf1d7ad3660 (diff) |
Use normal link for admin interface and eye icon for main site
-rw-r--r-- | app/views/admin_general/index.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml index 8fd63d326..362aead5f 100644 --- a/app/views/admin_general/index.rhtml +++ b/app/views/admin_general/index.rhtml @@ -63,8 +63,8 @@ <% for @request in @error_message_requests %> <tr> <td class="link"> - <%= link_to('<i class="icon-tags"></i>'.html_safe, admin_request_show_url(@request))%> - <%= link_to(@request.title, request_path(@request)) %> + <%= link_to('<i class="icon-eye-open"></i>'.html_safe, request_path(@request)) %> + <%= link_to(@request.title, admin_request_show_url(@request))%> </td> <td class="span2"> <%=simple_date(@request.get_last_event.created_at)%> |