Go back to calling the source file "Source File" in the metadata view.

This commit is contained in:
Ben Hollis 2013-04-21 18:13:27 -07:00
parent bf4862860d
commit e54c854e10

View file

@ -32,7 +32,7 @@ module Middleman
'Path' => @resource.path,
'Build Path' => @resource.destination_path,
'URL' => content_tag(:a, @resource.url, :href => @resource.url),
'Template' => @resource.source_file,
'Source File' => @resource.source_file,
}
data = @resource.data