Skip to content

Commit

Permalink
Updated _activity.html.erb (publiclab#10185)
Browse files Browse the repository at this point in the history
* Updated _activity.html.erb

Updated _activity.html.erb in the Dashboard Views

* Updated en.yml

Updated en.yml for Add Strings to Translation Function Call in _activity.html.erb publiclab#10102

* Fixed updates on _activity.html.erb

Fixed updates on _activity.html.erb

* Fixed en.yml

Fixed en.yml

* Updated _activity.html.erb

Updated _activity.html.erb

* Updated _activity.html.erb

Updated _activity.html.erb
  • Loading branch information
Axuby authored and billymoroney1 committed Dec 28, 2021
1 parent f49c07f commit f42b683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/dashboard/_activity.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<!--
<li class="divider"></li>
<li class="dropdown-header"><%=translation('tag.index.sort_by')%></li>
<li><a href="#"><a href="#">Post date</a></li>
<li><a href="#"><a href="#">Recent activity</a></li>
<li><a href="#"><a href="#"><%= translation('dashboard._activity.post_date') %></a></li>
<li><a href="#"><a href="#"><%= translation('dashboard._activity.recent_activity') %></a></li>
-->
</div>
</div>
</div> &nbsp;
<span class="d-none d-md-inline"><%= translation('dashboard._activity.from_other') %> <a href=""><%= translation('dashboard._activity.community_scientists') %></a></span> <%= translation('dashboard._activity.past_week') %>
<% if current_user %>
Expand Down
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ en:
wiki: "Wiki"
from_other: "From other"
community_scientists: "community scientists"
recent_activity: "Recent activity"
post_date: "Post date"
past_week: "in the past week"
your_work: "Your work"
share_work: "Share your work"
Expand Down

0 comments on commit f42b683

Please sign in to comment.