#186 Fix links in the bugzilla widget
Merged 7 years ago by lmacken. Opened 7 years ago by lmacken.

@@ -2,16 +2,13 @@ 

    {% for item in issues %}

      <li class="media">

        <div class="media-left">

-         <a href="https://bugzilla.redhat.com/show_bug.cgi?id=

-         {{ item['id'] }}" target="_blank">

+         <a href="https://bugzilla.redhat.com/show_bug.cgi?id={{ item['id'] }}" target="_blank">

          <span class="label label-default">#{{ item['id'] }}</span>

          </a>

        </div>

        <div class="media-body">

          <h4 class="media-heading">

-           <a href="https://admin.fedoraproject.org/pkgdb/

-           package/rpms/{{ item['pkg_name'] }}" target=

-           "_blank">{{ item['pkg_name'] }}</a>:

+           <a href="https://apps.fedoraproject.org/packages/{{ item['pkg_name'] }}" target="_blank">{{ item['pkg_name'] }}</a>:

            {{ item['title'] }}

          </h4>

        </div>

no initial comment

Pull-Request has been merged by lmacken

7 years ago
Metadata