From f1c9b7032b03faaf117019da23eaf721f723ca17 Mon Sep 17 00:00:00 2001 From: Fernando Brito Date: Wed, 28 May 2014 20:14:56 -0300 Subject: [PATCH] (Forgot view file) --- app/views/v_libras/videos/show.haml | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) create mode 100644 app/views/v_libras/videos/show.haml diff --git a/app/views/v_libras/videos/show.haml b/app/views/v_libras/videos/show.haml new file mode 100644 index 0000000..3997b1c --- /dev/null +++ b/app/views/v_libras/videos/show.haml @@ -0,0 +1,5 @@ +.breadcrumb + %h3= "VĂ­deo #{@video.request.video_filename}" + +.row.text-center + = custom_video_tag(@video) \ No newline at end of file -- libgit2 0.21.2