Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Revert "added migration alert"
Browse files Browse the repository at this point in the history
This reverts commit 53c061d.
  • Loading branch information
apatil-twitter committed Jun 27, 2020
1 parent 8d01480 commit a50536b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/templates/dashboard.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@
</a>
</div>
</div>
<div class="col-xs-10 text-center alert alert-danger">
Warning: This project is not being actively maintained. Please use the <a class="alert-link" href="http://github.com/opendiffy/diffy">opendiffy</a> fork instead.
</div>

<div class="col-xs-4 fields-column" ng-controller="FieldsController">
<div class="header clearfix" ng-hide="!endpointName">
<h3 class="title">[[endpointName]]</h3>
Expand Down
6 changes: 0 additions & 6 deletions src/main/webapp/css/diff.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ html, body {
a {
cursor: pointer; }

.alert {
padding: 0px;
margin-bottom: 0px;
border: 0px solid transparent;
border-radius: 0;
}
.btn {
border-radius: 3px;
margin-bottom: 5px; }
Expand Down

0 comments on commit a50536b

Please sign in to comment.