Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尀Remove text from /contributors page #7847

Closed
ebarry opened this issue Apr 28, 2020 · 0 comments 路 Fixed by #7859
Closed

馃尀Remove text from /contributors page #7847

ebarry opened this issue Apr 28, 2020 · 0 comments 路 Fixed by #7859
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed

Comments

@ebarry
Copy link
Member

ebarry commented Apr 28, 2020

Hello! This might be a great issue for a newer contributor. 馃尯
This issue is a small piece broken out of #7817

The problem

There is outdated text that needs removal.
It is the large text on /contributor/foo pages.
I outlined the text in hot pink, as it appears at two different screen widths:
Screen Shot 2020-04-28 at 12 39 12 PM
Screen Shot 2020-04-28 at 12 39 23 PM

This text, and the space for it on the page, needs to be removed completely.

Here's where at least some of the code lives:

<div class="row" id="highlight" style=" text-align: center;">
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @users.length || 0 %> contributors</h3>
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @note_count %> research notes</h3>
<h3 class="col-lg-4 col-xs-12 col-sm-12 col-md-4"><%= @wikis.length %> wiki pages</h3>
</div>

What did you expect to see that you didn't?

I expected to see a clean layout without repeating information. I describe this information as repeating because these counts already appear in grey text, and in the dropdown menu "By Type"

Please show us where to look

https://publiclab.org/contributors/water-quality

What's your PublicLab.org username?

Liz

@ebarry ebarry added the bug the issue is regarding one of our programs which faces problems when a certain task is executed label Apr 28, 2020
jscastanos added a commit to jscastanos/plots2 that referenced this issue May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant