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:
Sonu Saha 2022-02-15 20:47:41 +05:30
parent e8c6bbdbfb
commit 13dfe5b29a

View file

@ -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>