summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions/extension_error.html
blob: 1e90aece98b9d426e24a66f5c5b29e33ed4a6e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE file.
-->
<div id="template-collection-extension-error" hidden>
  <div class="extension-error-list">
    <ul class="extension-error-list-contents"></ul>
    <div class="extension-error-list-show-more">
      <button class="link-button"
              i18n-content="extensionErrorsShowMore" hidden>
      </button>
    </div>
  </div>
  <div class="extension-error-metadata">
    <span class="extension-error-message"></span>
    <button class="extension-error-view-details link-button"></button>
  </div>
</div>