aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin_general
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin_general')
-rw-r--r--app/views/admin_general/index.rhtml2
-rw-r--r--app/views/admin_general/stats.rhtml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin_general/index.rhtml b/app/views/admin_general/index.rhtml
index cf4bc4312..74d0f92f8 100644
--- a/app/views/admin_general/index.rhtml
+++ b/app/views/admin_general/index.rhtml
@@ -166,7 +166,7 @@
<tr>
<td class="link">
<%= link_to("<i class='icon-tags'></i>".html_safe, admin_request_show_path(@request)) %>
- <%= link_to(@request.title, request_link(@request)) %>
+ <%= link_to(@request.title, request_path(@request)) %>
</td>
<td class="span2">
<%=simple_date(@request.get_last_response_event.created_at)%>
diff --git a/app/views/admin_general/stats.rhtml b/app/views/admin_general/stats.rhtml
index 277df5437..27dc25ee0 100644
--- a/app/views/admin_general/stats.rhtml
+++ b/app/views/admin_general/stats.rhtml
@@ -10,7 +10,7 @@
<div class="span12">
<h1>Statistics</h1>
<h2>Chart of requests (excluding backpaged)</h2>
- <img src="/foi-live-creation.png">
+ <img src="/foi-live-creation.png" alt="Chart of requests">
</div>
</div>
<div class="row">
@@ -33,7 +33,7 @@
<div class="row">
<div class="span12">
<h2>Chart of users</h2>
- <img src="/foi-user-use.png">
+ <img src="/foi-user-use.png" alt="Chart of users">
</div>
</div>
<div class="row">