trying to find .name error
This commit is contained in:
parent
2645f54d5b
commit
736bff02a5
@ -7,7 +7,7 @@ class ClassView
|
||||
div.row do
|
||||
classes.each do |name , clas|
|
||||
div.row do
|
||||
clas.name.span
|
||||
clas.name
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -7,7 +7,7 @@ class SourceView
|
||||
def render
|
||||
div :class => :row do
|
||||
"Virtual Machine Instruction".span
|
||||
source.name
|
||||
source
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user