From a67a648b0055334dbcfe0b20e01cd7b1401d2a0a Mon Sep 17 00:00:00 2001
From: "Luke \"Jared\" Bennett" <lbennett@gitlab.com>
Date: Fri, 28 Apr 2017 11:42:30 +0100
Subject: [PATCH] Moved partial

---
 app/models/blob_viewer/balsamiq.rb                              | 2 +-
 .../blob/{_bmpr.html.haml => viewers/_balsamiq.html.haml}       | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename app/views/projects/blob/{_bmpr.html.haml => viewers/_balsamiq.html.haml} (100%)

diff --git a/app/models/blob_viewer/balsamiq.rb b/app/models/blob_viewer/balsamiq.rb
index 8b0c0c049a1..f982521db99 100644
--- a/app/models/blob_viewer/balsamiq.rb
+++ b/app/models/blob_viewer/balsamiq.rb
@@ -1,4 +1,4 @@
-module BalsamiqViewer
+module BlobViewer
   class Balsamiq < Base
     include Rich
     include ClientSide
diff --git a/app/views/projects/blob/_bmpr.html.haml b/app/views/projects/blob/viewers/_balsamiq.html.haml
similarity index 100%
rename from app/views/projects/blob/_bmpr.html.haml
rename to app/views/projects/blob/viewers/_balsamiq.html.haml
-- 
GitLab