Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ nav_order: 6

## main

* Reformat the avatars section to arrange them in a grid.

*Josh Cohen*

* Fix bug where relative paths in `translate` didn't work in blocks passed to ViewComponents.

*Joel Hawksley*

* Add SerpApi to "Who uses ViewComponent" list
* Add SerpApi to "Who uses ViewComponent" list.

*Andy from SerpApi*

Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ ViewComponents are Ruby objects, making it easy to follow (and enforce) code qua

Hundreds of people have [contributed](https://github.com/ViewComponent/view_component/graphs/contributors) to ViewComponent, including:

<div>
{% for contributor in site.data.contributors.usernames %}
<img src="https://avatars.githubusercontent.com/{{ contributor }}?s=64" alt="{{ contributor }}" width="32" />
{% endfor %}
</div>

## Who uses ViewComponent?

Expand Down
Loading