mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
CFINSPEC-44 : Add missing description to profile info table in profile.html.erb
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
e8c6bbdbfb
commit
13dfe5b29a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<h2 class="profile_title">Profile <%= display_name %> (<%= profile.name %>)</h2>
|
||||
|
||||
<table class="profile-metadata info" id="profile-metadata-<%= profile.name %>">
|
||||
<caption>Profile Information Table</caption>
|
||||
<tr class="profile-version"><th>Version:</th><td><%= profile.version %></td></tr>
|
||||
<% if profile.summary %>
|
||||
<tr class="profile-summary"><th>Summary:</th><td><%= profile.summary %></td></tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue