Repository: ambari Updated Branches: refs/heads/trunk b67d88321 -> 70d8da7cd
AMBARI-18689. Licence text near all checkboxes (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70d8da7c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70d8da7c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70d8da7c Branch: refs/heads/trunk Commit: 70d8da7cda11e625269793cd05145c5ca83fec31 Parents: b67d883 Author: Alex Antonenko <[email protected]> Authored: Tue Oct 25 19:05:53 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Oct 25 19:30:31 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/common/checkbox.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70d8da7c/ambari-web/app/templates/common/checkbox.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/checkbox.hbs b/ambari-web/app/templates/common/checkbox.hbs index ecf5461..7ff559c 100644 --- a/ambari-web/app/templates/common/checkbox.hbs +++ b/ambari-web/app/templates/common/checkbox.hbs @@ -1,4 +1,4 @@ -/** +{{! * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -14,7 +14,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. -*/ +}} {{#unless view.isCustomTemplate}} {{view view.checkboxView}}
