Skip to content

Commit

Permalink
#4 se crea el nuevo wrapper para la muestra de los datos del detail d…
Browse files Browse the repository at this point in the history
…e usuarios
  • Loading branch information
says33 committed Apr 21, 2016
1 parent 3842de1 commit a94abc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grails-app/views/_fields/detail/_displayWrapper.gsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="form-group">
<label id="${label}-label" class="col-sm-5 control-label"><g:message code="${bean.class.simpleName[0].toLowerCase()}${bean.class.simpleName[1..-1]}.${property}" /></label>
<div class="col-sm-6">
<label>${value}</label>
</div>
</div>

0 comments on commit a94abc0

Please sign in to comment.