diff --git a/app/plugins/humanstxt/humanstxt.coffee b/app/plugins/humanshtml/humanshtml.coffee similarity index 87% rename from app/plugins/humanstxt/humanstxt.coffee rename to app/plugins/humanshtml/humanshtml.coffee index 2b42b38a..59130f8a 100644 --- a/app/plugins/humanstxt/humanstxt.coffee +++ b/app/plugins/humanshtml/humanshtml.coffee @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -# File: plugins/humanstxt/humanstxt.coffee +# File: plugins/humanshtml/humanshtml.coffee ### # Simple plugin example that extends the urlmappings @@ -26,6 +26,6 @@ taiga = @.taiga module = angular.module("taigaPlugins") configure = ($routeProvider) -> - $routeProvider.when("/humans.txt", {"templateUrl": "/plugins/humanstxt/templates/humanstxt.html"}) + $routeProvider.when("/humans.html", {"templateUrl": "/plugins/humanshtml/templates/humans.html"}) module.config(["$routeProvider", configure]) diff --git a/app/plugins/humanstxt/templates/humanstxt.html b/app/plugins/humanshtml/templates/humans.html similarity index 100% rename from app/plugins/humanstxt/templates/humanstxt.html rename to app/plugins/humanshtml/templates/humans.html