summaryrefslogtreecommitdiff
path: root/app/views/version_reports/_project_row.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/version_reports/_project_row.html.erb')
-rw-r--r--app/views/version_reports/_project_row.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/version_reports/_project_row.html.erb b/app/views/version_reports/_project_row.html.erb
new file mode 100644
index 0000000..ac0acd2
--- /dev/null
+++ b/app/views/version_reports/_project_row.html.erb
@@ -0,0 +1,5 @@
+<tr>
+ <td colspan="2">
+ <b><%= project.name %></b>
+ </td>
+</tr>