diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-21T21·17+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T07·45+0200 |
commit | fb9ea437e9fd47d2b4cb432ad6fc576d4a08614f (patch) | |
tree | 26ca843110b11371ab8e6d2fb604995385a18be0 /templates/index.html | |
parent | 0bfc8fbf8b652d79ce43df2d1a492dfe539d967e (diff) |
feat(templates): Add new thread view with MDL design
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 12369d379238..c104938996e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,6 @@ {% for thread in threads -%} <li class="mdl-list__item thread-list-item mdl-list__item--three-line"> <a class="thread-link mdl-color-text--grey-800" href="/thread/{{ thread.id }}"> - <span class="mdl-list__item-primary-content {% if not loop.last %}thread-divider{% endif %}"> <button class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--colored mdl-list__item-icon"> <i class="material-icons">{% if thread.sticky -%} announcement {%- else -%} library_books{% endif %}</i> |