Skip to content

Commit

Permalink
Merge pull request #68 from d4software/contributors
Browse files Browse the repository at this point in the history
Add Contributors to footer
  • Loading branch information
d4nt authored Jun 19, 2019
2 parents ce51dbf + f265c9b commit 2d6486e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Web/QueryTree.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<UserSecretsId>aspnet-QueryTree-46E61BB7-4239-4527-BA0C-1B66D664CC58</UserSecretsId>
Expand All @@ -20,7 +20,7 @@
<Content Include="Styles\aqb\base.less" />
<Content Include="Styles\aqb\base.min.css" />
</ItemGroup>

<ItemGroup>
<None Update="QueryTree.db" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
Expand Down Expand Up @@ -64,5 +64,5 @@
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
</Target>

</Project>
4 changes: 2 additions & 2 deletions Web/Views/Shared/_FooterPartial.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<div class="row">
<div class="col-lg-12 text-center">
<p>Powered By <a href="http://querytreeapp.com"><img class="logo" src="~/images/querytree.png"/> QueryTree v<span>@Html.Raw(version)</span></a></p>
<p>&copy; 2012-<script>document.write(new Date().getFullYear())</script> <a href="http://weared4.com">D4 Software Ltd</a> distributed under <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPLv3</a> license.</p>
<p>&copy; 2012-<script>document.write(new Date().getFullYear())</script> <a href="http://weared4.com">D4 Software Ltd</a>, <a href="https://github.com/d4software/QueryTree/graphs/contributors">et al</a> &mdash; <a href="https://github.com/d4software/QueryTree">Source</a> available under <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPLv3</a> license.</p>
</div>
</div>
</div>
</footer>
</footer>

0 comments on commit 2d6486e

Please sign in to comment.