From a7992b0f5f2a5edb0bed0cacfcaa9307e095ced4 Mon Sep 17 00:00:00 2001 From: Shreya Date: Tue, 12 Mar 2019 11:44:45 +0530 Subject: [PATCH] Change cursor to pointer on hover Solves #4979 --- app/views/dashboard/_wiki.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/_wiki.html.erb b/app/views/dashboard/_wiki.html.erb index 5c0ed2fbd4..bc9822a99a 100644 --- a/app/views/dashboard/_wiki.html.erb +++ b/app/views/dashboard/_wiki.html.erb @@ -37,7 +37,7 @@ <%= distance_of_time_in_words(wiki.created_at, Time.current, { include_seconds: false, scope: 'datetime.time_ago_in_words' }) %> <% if wiki.is_a?(Revision) && wiki.previous %> - - <%= t('dashboard._wiki.changes') %> + - <%= t('dashboard._wiki.changes') %> <% end %>