company logo use new asset src (@C)

This commit is contained in:
Felix Niklas 2014-10-07 12:25:51 +02:00
parent 88dbf2c528
commit 3565fa392c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

@ -2,7 +2,7 @@
<p><%- @T( 'Login with %s', @C( 'fqdn' ) ) %></p> <p><%- @T( 'Login with %s', @C( 'fqdn' ) ) %></p>
<div class="hero-unit"> <div class="hero-unit">
<img class="logo" src="http://znuny.com/assets/logo_small.png" alt="<%= @C( 'product_name' ) %>"> <img class="logo" src="<%= @C('company-logo.png') %>" alt="<%= @C( 'product_name' ) %>">
<form id="login"> <form id="login">
<div class="form-group"> <div class="form-group">
<label for="username"><%- @Ti( 'Username / email' ) %></label> <label for="username"><%- @Ti( 'Username / email' ) %></label>