Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Aug 3, 2019
1 parent 1d71c14 commit d789e0c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at info@exteso.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [community@alf.io](mailto:community@alf.io). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/alfio/web-templates/admin-index.ms
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@
</div>
<footer class="text-center" ng-if="!ctrl.displaySidebar">
<h5 class="text-muted">Powered by <a href="https://alf.io" target="_blank">Alf.io</a> v.{{alfioVersion}}</h5>
<small><a href="https://github.com/exteso/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
<small><a href="https://github.com/alfio-event/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
<div class="wMarginTop10px">
<a class="btn btn-xs btn-success" href="https://goo.gl/forms/nmpNNETLL4NCUPJt2" target="_blank">Tell us about you!</a>
<a class="btn btn-xs btn-success" href="https://alfio-event.typeform.com/to/frPgBy" target="_blank">Tell us about you!</a>
</div>
</footer>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h2>Alf.io PI settings</h2>
</div>
<div class="panel-body">
<div class="alert alert-info">
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/exteso/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/alfio-event/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
</div>
<div data-ng-repeat="setting in eventConf.alfioPiOptions">
<setting data-obj="setting" data-display-delete-if-needed="true" data-delete-handler="eventConf.delete(config)"></setting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h2>Alf.io PI settings</h2>
</div>
<div class="panel-body">
<div class="alert alert-info">
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/exteso/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/alfio-event/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
</div>
<div data-ng-repeat="setting in organizationConf.alfioPiOptions">
<setting data-obj="setting" data-display-delete-if-needed="true" data-delete-handler="organizationConf.delete(config)"></setting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h2>Alf.io PI settings</h2>
</div>
<div class="panel-body">
<div class="alert alert-info">
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/exteso/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
<p><i class="fa fa-info-circle"></i> See <a href="https://github.com/alfio-event/alf.io-PI">Alf.io-PI repository</a> for more information.</p>
</div>
<div data-ng-repeat="setting in systemConf.alfioPiOptions">
<setting data-obj="setting" data-display-delete-if-needed="true" data-delete-handler="systemConf.delete(config)"></setting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ <h4 class="text-muted">Go to</h4>
</section>
<footer data-ng-if="ctrl.currentView !== 'UNKNOWN'">
<h5 class="text-muted">Powered by <a href="https://alf.io" target="_blank">Alf.io</a> v.{{ctrl.applicationInfo.version}}</h5>
<small><a href="https://github.com/exteso/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
<small><a href="https://github.com/alfio-event/alf.io/issues" target="_blank">report an issue</a> or <a href="https://groups.google.com/d/forum/alfio" target="_blank">ask for help</a></small>
</footer>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ public void testDecreaseRestrictedCategory() {
assertEquals(1, ticketRepository.countReleasedUnboundedTickets(event.getId()).intValue());
}

//https://github.com/exteso/alf.io/issues/335
//https://github.com/alfio-event/alf.io/issues/335
@Test
public void testDecreaseRestrictedCategoryWithAlreadySentToken() {

Expand Down

0 comments on commit d789e0c

Please sign in to comment.