]> git.ipfire.org Git - ipfire.org.git/blobdiff - templates/index.html
Drop wishlist
[ipfire.org.git] / templates / index.html
index bf68124127ddb9e916853a32c83a476868fc3566..50e9dfa27c281dcde1913a5aaffcdb172d1e4ccf 100644 (file)
                        </div>
                </div>
        </section>
-       
-       <section id="wishlist" class="content-section">
-               <div class="container">
-                       <h2 class="display-2 text-center text-white">IP<strong>Fire</strong>&rsquo;s Wishlist</h2>
-                       
-                               {% if hottest_wish %}
-                                       <div class="d-flex flex-row justify-content-between align-items-baseline">
-                                               <h5 class="text-white">{{ hottest_wish.title }}</h5>
-               
-                                               {% if hottest_wish.is_new() %}
-                                                       <span class="label label-success pull-right">{{ _("NEW") }}</span>
-                                               {% elif hottest_wish.remaining_days and hottest_wish.remaining_days <= 10 %}
-                                                       <span>
-                                                               {{ _("one day left", "%(num)s days left", hottest_wish.remaining_days) % { "num" : hottest_wish.remaining_days } }}
-                                                       </span>
-                                               {% else %}
-                                                       <span class="h5 amber-800 hidden-xs-down">
-                                                               {{ _("%d%% funded") % hottest_wish.percentage }}
-                                                       </span>
-                                               {% end %}
-                                       </div>
-       
-                                       <div class="progress progress-small mb-5">
-                                               <div class="progress-bar bg-progress" role="progressbar" aria-valuenow="{{ hottest_wish.percentage_bar }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ hottest_wish.percentage_bar }}%; height: .5rem;">
-                                                       <span class="sr-only">{{ _("%.2f%% complete") % hottest_wish.percentage_bar }}</span>
-                                               </div>
-                                       </div>
-                                       
-                                       <p class="text-white small"><a style="color: white; text-decoration: underline;" href="http://wishlist.ipfire.org/wish/{{ hottest_wish.slug }}">Read more</a> about that wish.</p>                                      
-                               {% end %}
-               </div>
-       </section>
-       
+
        <section id="fireinfo" class="content-section">
                <div class="container">
                        <h2 class="display-2 text-center">Fire<strong>Info</strong> Statistics</h2>