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
2 changes: 1 addition & 1 deletion templates/governance/group-team.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{{#each team.alumni as |member|}}
<div class="w-100 w-33-l mb3 flex flex-row items-center">
<a class="mr4 w3 h3 flex-shrink-0" href="https://github.com/{{member.github}}">
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}">
<img class="w-100 h-100 bg-white br2" src="https://avatars.githubusercontent.com/{{member.github}}" alt="{{member.name}}">
</a>
<div>
{{member.name}}
Expand Down
1 change: 1 addition & 0 deletions templates/governance/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<a href="https://github.com/rust-lang/rfcs" class="button button-secondary">{{fluent "learn-more"}}</a>
</div>
</div>
</div>
</section>

<section id="teams" class="purple">
Expand Down
1 change: 1 addition & 0 deletions templates/policies/licenses.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<div class="highlight"></div>
</header>
<p>{{fluent "licenses-attribution-description"}}</p>
</div>
</section>

{{/inline}}
Expand Down