Skip to content

Commit

Permalink
Better message for 'reply' for users who are not logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
DFectuoso committed Apr 15, 2011
1 parent f11dcdd commit dd2161d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/css/noticias.css
Expand Up @@ -111,7 +111,7 @@ a:hover {
.noticia:nth-child(even) {
background: #ede4db; }
.noticia a:visited {
color: #959595;
color: #747474;
text-decoration: none; }
.noticia .order-number {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion static/css/noticias.scss
Expand Up @@ -161,7 +161,7 @@ a:hover{
};

a:visited{
color:lighten($dark-grey,45%);
color:lighten($dark-grey,32%);
text-decoration:none;
}

Expand Down
2 changes: 1 addition & 1 deletion templates/comment_bit.html
Expand Up @@ -24,7 +24,7 @@
{% if user %}
<a href="/responder/{{comment.key}}">Responder</a>
{% else %}
Necesitas <a href="/login">login o registro</a> para responder.
<a href="/login">Responder</a>
{% endif %}
</div>
<div class="innerComments">
Expand Down
2 changes: 1 addition & 1 deletion templates/post.html
Expand Up @@ -16,7 +16,7 @@
</fieldset>
</form>
{% else %}
Necesitas <a href="/login">Login o registro</a> para agregar comentario.<hr/>
<a href="/login">Registrate</a> para responder a este mensaje, toma 10 segundos<hr/>
{% endif %}
{% for comment in comments %}
{% if not comment.father_ref %}
Expand Down

0 comments on commit dd2161d

Please sign in to comment.