Skip to content

Instantly share code, notes, and snippets.

@goomerko
Created March 27, 2009 12:44
Show Gist options
  • Save goomerko/86676 to your computer and use it in GitHub Desktop.
Save goomerko/86676 to your computer and use it in GitHub Desktop.
From baed8b13d77414ffd89fff054af4eb4dd0794415 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Gumersindo=20Coronel=20P=C3=A9rez?= <gumer@flowersinspace.com>
Date: Fri, 27 Mar 2009 13:40:17 +0100
Subject: [PATCH] Quitamos el false de los apellidos
---
.../admin/work_units/_employment_tech.html.haml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/views/admin/work_units/_employment_tech.html.haml b/app/views/admin/work_units/_employment_tech.html.haml
index 1354f1e..ecdc7bc 100644
--- a/app/views/admin/work_units/_employment_tech.html.haml
+++ b/app/views/admin/work_units/_employment_tech.html.haml
@@ -1,5 +1,5 @@
- et = employment_tech
-%td= et.profile.name + ' ' + et.profile.first_surname + ' ' + et.work_unit.nil?.to_s
+%td= et.profile.name + ' ' + et.profile.first_surname
- if et.work_unit.nil?
- check_disabled = false
--
1.6.1+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment