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 root/about/development.tx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Our code base is based on current best practices and modern web technologies.
Our stack includes Catalyst, Minion, Plack, Elasticsearch, jQuery, Bootstrap
and NGINX. We also use Puppet and Ansible for deployment and Docker for
development VMs. We have integration with Twitter, GitHub, PAUSE, and Google.
development VMs. We have integration with GitHub, PAUSE, and Google.
All code is managed on GitHub and we have an active channel (#metacpan) on
irc.perl.org. Try the <a
href="https://widget01.mibbit.com/?autoConnect=true&server=irc.perl.org&channel=%23metacpan&nick=">mibbit
Expand Down
2 changes: 1 addition & 1 deletion root/account/identities.tx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
information is not exposed to anyone unless you explicitly publish it.
</div>
<table width="300">
%% for ['GitHub', 'PAUSE', 'Twitter', 'Google'] -> $identity {
%% for ['GitHub', 'PAUSE', 'Google'] -> $identity {
%% my $connected = !!$user.identity[$identity.lc()];
<tr>
<td><big>[% $identity %]</big></td>
Expand Down
2 changes: 1 addition & 1 deletion root/base.tx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<i class="fas fa-chevron-down"></i>
</button>
<ul class="dropdown-menu">
%% for ['GitHub', 'Twitter', 'Google'] -> $identity {
%% for ['GitHub', 'Google'] -> $identity {
<li>
<a href="/login/[% $identity.lc() %]">
<i class="fab fa-[% $identity.lc() %] fa-fw"></i>
Expand Down
Loading