Skip to content

Commit

Permalink
Fixed broken dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Jun 9, 2020
1 parent 7e519c3 commit cc44843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<script>
$j(document).ready(function () {
<%# Behaviour for the "Most viewed/downloaded" and "Most active <% t('contributor) %>" lists %>
<%# Behaviour for the "Most viewed/downloaded" and "Most active submitter" lists %>
$j('.most-activity').each(function () {
var container = $j(this);
var body = $j('.panel-body', container);
Expand Down

0 comments on commit cc44843

Please sign in to comment.