Skip to content

Commit

Permalink
Merge pull request #137 from daveRendon/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
daveRendon authored May 10, 2024
2 parents 4753b0a + 6449ce3 commit 797dd4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/layouts/shortcodes/moduleNameStatusOwners.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@
<thead>
<tr>
<th>No.</th>
<th>Module Name</th>
<th>Application Sample Name</th>
<th>Display Name</th>
<th>Status & Versions</th>
<th>Primary Owner</th>
</tr>
</thead>
{{ end }}
Expand All @@ -140,7 +139,6 @@
<td>{{ if $useLinks }} {{ if or (eq $item.ModuleStatus "Module Available :green_circle:") (eq $item.ModuleStatus "Module Orphaned :eyes:") }} <a href="{{ $item.RepoURL }}">{{ $item.ModuleName }}</a> {{ else }} {{ $item.ModuleName }} {{ end }} {{else}} {{ $item.ModuleName }} {{ end }} </td>
<td>{{ $item.ModuleDisplayName }}</td>
<td>{{ if or (eq $item.ModuleStatus "Module Available :green_circle:") (eq $item.ModuleStatus "Module Orphaned :eyes:") }}<a href=""><image src="https://img.shields.io/badge/{{ emojify $trimmedModuleStatus }}-{{ $moduleLatestVersion }}-blue"/></a> {{ else }} <a href=""><image src="https://img.shields.io/badge/{{ emojify $trimmedModuleStatus }}-N/A-blue"/></a> {{ end }}</td>
<td>{{ if ne $item.PrimaryModuleOwnerGHHandle ""}}<a href="https://github.com/{{ $item.PrimaryModuleOwnerGHHandle }}">{{ $item.PrimaryModuleOwnerGHHandle }}</a> {{ if and (ne $item.PrimaryModuleOwnerGHHandle "") (ne $item.PrimaryModuleOwnerDisplayName "") }} <br> ({{ $item.PrimaryModuleOwnerDisplayName }}) {{ end }} {{ end}}</td>
</tr>
{{ $hasModulesAvailable = true }}
{{ end }}
Expand Down

0 comments on commit 797dd4c

Please sign in to comment.