Skip to content

Commit

Permalink
Merge pull request #1 from opendevstack/fix/repo-doc-git-data
Browse files Browse the repository at this point in the history
Fix rendering of Git data
  • Loading branch information
metmajer authored Oct 14, 2019
2 parents d7aaa11 + 0dab773 commit efb4bc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/DTR.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<tr>
<td class="lean">{{id}}</td>
<td class="content-wrappable">{{url}}</td>
<td class="content-wrappable">{{gitData}}</td>
<td class="content-wrappable">{{data.git}}</td>
</tr>
</table>
{{/data.repo}}
Expand Down
4 changes: 2 additions & 2 deletions templates/TIP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@
{{#each data.repos}}
<tr>
<td class="content-wrappable">Git Commit Component <em>{{id}}</em></td>
<td class="content-wrappable">{{gitData.commit}}</td>
<td class="content-wrappable">{{data.git.commit}}</td>
</tr>
<tr>
<td class="content-wrappable">Git Repo Component <em>{{id}}</em></td>
<td class="content-wrappable">{{gitData.url}}</td>
<td class="content-wrappable">{{data.git.url}}</td>
</tr>
{{/each}}
<tr>
Expand Down
4 changes: 2 additions & 2 deletions templates/TIR.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
</tr>
<tr>
<td>Git Commit Component <em>{{id}}</em></td>
<td class="content-wrappable">{{data.repo.gitData.commit}}</td>
<td class="content-wrappable">{{data.repo.data.git.commit}}</td>
</tr>
<tr>
<td>Git Repo Component <em>{{id}}</em></td>
<td class="content-wrappable">{{data.repo.gitData.url}}</td>
<td class="content-wrappable">{{data.repo.data.git.url}}</td>
</tr>
<tr>
<td>Environment</td>
Expand Down

0 comments on commit efb4bc2

Please sign in to comment.