#127 Fix to highlight the commits tab on selected
Merged 7 years ago by sayanchowdhury. Opened 8 years ago by sayanchowdhury.
sayanchowdhury/pagure fix-navigation  into  master

@@ -44,7 +44,7 @@ 

        </li>

        {% endif %}

  

-       <li {% if select == 'commits' %}class="selected" {% endif %}>

+       <li {% if select == 'logs' %}class="selected" {% endif %}>

          <a href="{{ url_for('view_commits', username=username,

                     repo=repo.name, branchname=branchname) }}">Commits</a>

        </li>

no initial comment

Nice catch!

Thanks for all of these! :dancers:

Commit d8cdb86 fixes this pull-request

Pull-Request has been merged by sayan.chowdhury2012@gmail.com

7 years ago
Metadata