Guest User

Untitled

a guest
Oct 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <thead>
  2. <tr>
  3. @*Campo Nome*@
  4. <th class="col-xs-10 text-center">
  5. @Html.DisplayNameFor(model => model.Nome)
  6. </th>
  7. <th class="col-xs-2 text-center"> Editar </th>
  8. </tr>
  9. </thead>
Add Comment
Please, Sign In to add comment