Skip to content

Commit

Permalink
Emprolijar cómo se muestra el carga planificación.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallo committed May 7, 2012
1 parent f95dd15 commit 0191135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/usuarios/show.html.erb
Expand Up @@ -32,7 +32,7 @@
<div class="row">
<div class="span6">
<p>
<b><%= "No " unless @usuario.carga_planificacion %> carga planificaci&oacute;n</b>
<b><%= (((not @usuario.carga_planificacion.nil? and @usuario.carga_planificacion)? "": "no") + " carga planificación").strip.capitalize %></b>
</p>
</div>
</div>
Expand Down

0 comments on commit 0191135

Please sign in to comment.