# HG changeset patch # User lisaq # Date 2016-09-23 11:00:55 # Node ID a3b2c0d4eeeed42c5a76767fda34d9e565470249 # Parent 80501835d3b198e563b6f5ee03668800a3e49408 alerts: updating style guide for new polymer alerts diff --git a/rhodecode/templates/debug_style/alerts.html b/rhodecode/templates/debug_style/alerts.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/debug_style/alerts.html @@ -0,0 +1,75 @@ +## -*- coding: utf-8 -*- +<%inherit file="/debug_style/index.html"/> + +<%def name="breadcrumbs_links()"> + ${h.link_to(_('Style'), h.url('debug_style_home'))} + » + ${c.active} + + + +<%def name="real_main()"> +
+
+ ${self.breadcrumbs()} +
+ + +
+ + diff --git a/rhodecode/templates/debug_style/index.html b/rhodecode/templates/debug_style/index.html --- a/rhodecode/templates/debug_style/index.html +++ b/rhodecode/templates/debug_style/index.html @@ -56,6 +56,7 @@
  • ${_('Forms')}
  • ${_('Buttons')}
  • ${_('Labels')}
  • +
  • ${_('Alerts')}
  • ${_('Tables')}
  • ${_('Tables wide')}
  • ${_('Collapsable Content')}
  • diff --git a/rhodecode/templates/debug_style/labels.html b/rhodecode/templates/debug_style/labels.html --- a/rhodecode/templates/debug_style/labels.html +++ b/rhodecode/templates/debug_style/labels.html @@ -19,65 +19,45 @@ ${self.sidebar()}
    - -

    Label

    - +

    Labels

    +

    Labels used for tags, branches and bookmarks

    + +
    + - +

    Labels used in tables

    - - - -

    Flash Messages

    -
    - -
    - - Updated VCS settings -
    -
    - - Updated VCS settings -
    -
    - - Updated VCS settings -
    -
    - - Updated VCS settings -
    - - -
    +
    +
      +
    • [default] default
    • +
    • [featured] featured
    • +
    • [stale] stale
    • +
    • [dead] dead
    • +
    • [lang => lang] lang
    • +
    • [license => License] License
    • +
    • [requires => Repo] requires => Repo
    • +
    • [recommends => Repo] recommends => Repo
    • +
    • [see => URI] see => URI
    • +
    +