Skip to content

Commit

Permalink
Refresh button (#6507)
Browse files Browse the repository at this point in the history
* added tooltip for refresh button

* changes

* new changes1
  • Loading branch information
vaibhavmathur13 authored and SidharthBansal committed Nov 6, 2019
1 parent 617f38a commit edb4bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_activity.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h3 id="activity-header"><i><%= t('dashboard._activity.activity') %></i></h3>

<div class="activity-menu">
<a id="refreshA" href="/dashboard" class="btn btn-sm btn-outline-secondary float-right" type="button">
<a id="refreshA" href="/dashboard" class="btn btn-sm btn-outline-secondary float-right" data-toggle="tooltip" data-placement="bottom" title="Refresh" type="button">
<i class="fa fa-refresh"></i>
</a>
</div>
Expand Down
Binary file removed test.sqlite-journal
Binary file not shown.

0 comments on commit edb4bc0

Please sign in to comment.