Skip to content

Commit

Permalink
Cleaned up pathing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsdavis committed Feb 3, 2015
1 parent 6afa1a4 commit 7dd8e13
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
<div class="panel panel-primary">
<table class="table table-striped table-bordered">
<tr>
<th>File</th>
<th>Path</th>
<th>Location</th>
<th>IP Address</th>
</tr>

<#list reportModel.staticIPLocations.iterator() as staticIpRef>
<tr>
<td> <#if staticIpRef.file.fileName?has_content> ${staticIpRef.file.fileName} </#if> </td>
<td> <#if staticIpRef.file.filePath?has_content> ${staticIpRef.file.filePath} </#if> </td>
<td> <#if staticIpRef.file.prettyPath?has_content> ${staticIpRef.file.prettyPath} </#if> </td>
<td> <#if staticIpRef.lineNumber?has_content>Line Number ${staticIpRef.lineNumber}, </#if><#if staticIpRef.columnNumber?has_content>Column Number ${staticIpRef.columnNumber} </#if> </td>
<td> <#if staticIpRef.sourceSnippit?has_content> ${staticIpRef.sourceSnippit} </#if> </td>
</tr>
Expand Down

0 comments on commit 7dd8e13

Please sign in to comment.