Further code that we can remove now that image diff is gone

Fixes #1115
This commit is contained in:
Joseph Schorr 2016-01-04 14:31:46 -05:00
parent 0ca01e5ae4
commit 48eef7859c
5 changed files with 0 additions and 638 deletions

View file

@ -91,15 +91,4 @@
ng-repeat="location in imageData.locations"></span>
</span>
</div>
<!-- Changes -->
<div class="image-section" ng-show="hasImageChanges">
<i class="fa fa-code-fork section-icon"
data-title="File Changes"
bs-tooltip></i>
<span class="section-info">
<div class="image-changes-view" repository="tracker.repository" image="image"
has-changes="hasImageChanges"></div>
</span>
</div>
</div>