Created specifically for @gautamig54
Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.
[ ] ๐ Claim this issue:
[ ] ๐ Update:
Add link to stats main page on
https://github.com/publiclab/plots2/blob/master/app/views/tag/stats.html.erb
Update
After line https://github.com/publiclab/plots2/blob/master/app/views/tag/stats.html.erb#L2, add
<h3> Tag statistics for <%= @tags.first.name %> </h3>
<hr>
<%= link_to " See statistics for all contents", stats_path %>
After changing the view, also attach the screenshot of updated view in the PR.
[ ] ๐พ Commit your changes
[ ] ๐ Start a Pull Request. There are two ways how you can start a pull request:
If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
You can also edit files directly in your browser and open a pull request from there.
Leave a comment below!
@cesswairimu thanks! I will start working in this issue :)
I have created a PR solving this issue.
Most helpful comment
I have created a PR solving this issue.