Minor changes

* TestAPI.csproj:
* packages.config:
* packages.config:
* packages.config:
* packages.config:
* packages.config:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: Npgsql package update

* Makefile: adds a new line to the end of file

* App.master: Indicates that a login permits to comment
This commit is contained in:
Paul Schneider 2015-10-04 15:55:10 +02:00
commit acd2a473bb
19 changed files with 57 additions and 22 deletions

View file

@ -1,3 +1,7 @@
2015-10-04 Paul Schneider <paul@pschneider.fr>
* App.master: Indicates that a login permits to comment
2015-10-04 Paul Schneider <paul@pschneider.fr>
* style.css: other colors

View file

@ -99,7 +99,7 @@ $(document).ready(function(){
<a href="<%= Url.Content("~/Account/Login/?returnUrl=") + Url.Encode( Request.Url.PathAndQuery )%>" >
<div class="menuitem">
<i class="fa fa-sign-in"></i> Connexion
<div class="hint">Pour pouvoir publier, facturer</div>
<div class="hint">Pour pouvoir commenter, publier, facturer</div>
</div>
</a>
<% } else { %>