Skip to content

Commit

Permalink
Merge pull request #121 from elroyK/patch-1
Browse files Browse the repository at this point in the history
Modify "iRail is a member of (...)"
  • Loading branch information
Pieter Colpaert committed Aug 4, 2015
2 parents cc875b7 + a1928e7 commit 8d9bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/core/footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer container">
<hr/>
<p class="small"><a href="{{ URL::to('language') }}">{{Lang::get('client.language')}}</a> | 'iRail' &copy; 2015, Open Knowledge Belgium. <a href="http://hello.iRail.be" target="_blank">{{Lang::get('client.isPartOf')}}</a> <a href="http://www.openknowledge.be/" target="_blank">Open Knowledge Belgium</a>. | <a href="{{ URL::to('contributors') }}">{{Lang::get('contributors.title')}}</a> | <a href="https://github.com/iRail/hyperRail"><i class="fa fa-github"></i></a></p>
<p class="small"><a href="{{ URL::to('language') }}">{{Lang::get('client.language')}}</a> | 'iRail' &copy; 2015, Open Knowledge Belgium. <a href="http://hello.iRail.be" target="_blank"></a>{{Lang::get('client.isPartOf')}} <a href="http://www.openknowledge.be/" target="_blank">Open Knowledge Belgium</a>. | <a href="{{ URL::to('contributors') }}">{{Lang::get('contributors.title')}}</a> | <a href="https://github.com/iRail/hyperRail"><i class="fa fa-github"></i></a></p>
</footer>
<script>
var _gaq = [['_setAccount', 'UA-263695-8'], ['_trackPageview']];
Expand Down

0 comments on commit 8d9bdac

Please sign in to comment.