Skip to content

Commit

Permalink
Change cursor to pointer on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyateeza authored Mar 12, 2019
1 parent 1d21344 commit a7992b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_wiki.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
- <a class="btn-diff btn-diff-<%= index %>"><%= t('dashboard._wiki.changes') %></a>
- <a class="btn-diff btn-diff-<%= index %>" style="cursor:pointer;"><%= t('dashboard._wiki.changes') %></a>
<% end %>

</small>
Expand Down

0 comments on commit a7992b0

Please sign in to comment.