diff options
author | EvyW <evy_mcr@hotmail.com> | 2015-09-28 16:41:04 -0500 |
---|---|---|
committer | EvyW <evy_mcr@hotmail.com> | 2015-09-28 16:41:04 -0500 |
commit | 289424bda4cabfa682e07059bfdc1a0c7f04c1ef (patch) | |
tree | 2eb28938e900f6ed47268201009a01bec7e650bc /app/views/users/_user.html.haml | |
parent | d612b1a64aecec0c00557d43ac08d9b93121aa61 (diff) |
with out identing
Diffstat (limited to 'app/views/users/_user.html.haml')
-rw-r--r-- | app/views/users/_user.html.haml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app/views/users/_user.html.haml b/app/views/users/_user.html.haml index 2d2f262..c215a91 100644 --- a/app/views/users/_user.html.haml +++ b/app/views/users/_user.html.haml @@ -1,10 +1,7 @@ %tr - %td - = link_to user.username, user - %td - = user.created_at.strftime("%d %b, %Y, %H:%M") - %td - = user.updated_at.strftime("%d %b, %Y, %H:%M") + %td= link_to user.username, user + %td= user.created_at.strftime("%d %b, %Y, %H:%M") + %td= user.updated_at.strftime("%d %b, %Y, %H:%M") %td - if user.enabled %button.btn.btn-default{:"data-toggle" => "modal", :"data-target" => "#user-form-#{user.id}", :type => "button"} |