Skip to content

Commit

Permalink
Connect tabs - Add support of the Meetings link
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jan 5, 2019
1 parent b4ad5d7 commit 4c25051
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions content/_partials/connect-links.html.haml
Expand Up @@ -85,3 +85,18 @@
%li
%a{:href => "https://twitter.com/#{twitter}", :target => "_blank"}
Twitter

- ####
- # Meetings
- ####
- if page.links && page.links.meetings
- meetings = page.links.meetings
- elsif project && project.links && project.links.meetings
- meetings = project.links.meetings
- elsif sig && sig.links && sig.links.twitter
- meetings = sig.links.meetings

- if meetings
%li
%a{:href => expand_link(meetings), :target => "_blank"}
Meetings
2 changes: 2 additions & 0 deletions content/projects/gsoc/index.adoc
Expand Up @@ -5,6 +5,8 @@ section: projects
tags:
- gsoc
sig: gsoc
links:
meetings: "/projects/gsoc/#office-hours"
---

image:/images/gsoc/jenkins-gsoc-logo_small.png[Jenkins GSoC, role=center, float=right]
Expand Down
3 changes: 1 addition & 2 deletions content/sigs/platform/index.adoc
Expand Up @@ -61,8 +61,7 @@ participants:
links:
gitter: "jenkinsci/platform-sig"
googlegroup: "jenkins-platform-sig"
meetings:
text: Thursdays at 2PM UTC, every 2 weeks
meetings: "/projects/sigs/#meetings"
overview: >
This special interest group offers a venue for all kinds of platform support discussions:
Java, Operating Systems, Architectures, Docker, Packaging, Web Containers, etc.
Expand Down

0 comments on commit 4c25051

Please sign in to comment.