diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-27 16:37:54 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-27 18:01:27 +0100 |
| commit | 7b6ad051c49818b69b32a8a5db834001d5626bfe (patch) | |
| tree | 05c51284bf987a37a22af42df3333a507f59c348 /app/templates/packages/view.html | |
| parent | 65fdba5882b7de25d95875cea9dfc13e309bd152 (diff) | |
| download | cheatdb-7b6ad051c49818b69b32a8a5db834001d5626bfe.tar.xz | |
Remove dependencies, add meta packages
Diffstat (limited to 'app/templates/packages/view.html')
| -rw-r--r-- | app/templates/packages/view.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index d6b74a6..1f6ada5 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -68,6 +68,10 @@ <td>{{ package.name }}</td> </tr> <tr> + <td>Provides</td> + <td>{{ package.provides | join(', ') }}</td> + </tr> + <tr> <td>Author</td> <td class="{{ package.author.rank }}"> <a href="{{ url_for('user_profile_page', username=package.author.username) }}"> @@ -153,7 +157,7 @@ {% endfor %} </ul> - <table class="table-topalign"> + <!-- <table class="table-topalign"> <tr> <td> <h3>Dependencies</h3> @@ -186,7 +190,7 @@ </ul> </td> </tr> - </table> + </table> --> {% if current_user.is_authenticated or requests %} <h3>Edit Requests</h3> |
