summaryrefslogtreecommitdiff
path: root/app/views/admin/requests_profiles/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/requests_profiles/index.html.haml')
-rw-r--r--app/views/admin/requests_profiles/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/admin/requests_profiles/index.html.haml b/app/views/admin/requests_profiles/index.html.haml
index adfc67d66d0..86bfeef580c 100644
--- a/app/views/admin/requests_profiles/index.html.haml
+++ b/app/views/admin/requests_profiles/index.html.haml
@@ -19,7 +19,8 @@
%ul.content-list
- profiles.each do |profile|
%li
- = link_to profile.time.to_s(:long), admin_requests_profile_path(profile)
+ = link_to profile.time.to_s(:long) + ' ' + profile.profile_mode.capitalize,
+ admin_requests_profile_path(profile)
- else
%p
No profiles found