#1045 Minor issues - #1040 , #1043
Merged 7 years ago by pingou. Opened 7 years ago by vivekanand1101.
vivekanand1101/pagure minor_issues  into  master

file modified
+1 -1
@@ -96,7 +96,7 @@ 

      """ Insert the defaults status in the status tables.

      """

  

-     for status in ['Open', 'Invalid', 'Insufficient data', 'Fixed']:

+     for status in ['Open', 'Invalid', 'Insufficient data', 'Fixed', 'Duplicate']:

          ticket_stat = StatusIssue(status=status)

          session.add(ticket_stat)

          try:

@@ -141,7 +141,7 @@ 

            {% if id != 0 and g.fas_user and comment.parent.status in [True, 'Open'] %}

              <a class="reply btn btn-secondary btn-sm" data-toggle="tooltip"

                  title="Reply to this comment - loose formating">

-               <span class="oi" data-glyph="share-boxed"></span>

+               <span class="oi" data-glyph="share-boxed" title="Reply to this comment"></span>

              </a>

            {% endif %}

            {% if id != 0 and g.fas_user and repo_admin or (
@@ -150,7 +150,7 @@ 

            <a class="btn btn-secondary btn-sm edit_btn" href="{{

                '%s/comment/%s/edit' % (request.base_url, comment.id) }}"

                data-comment="{{ comment.id }}" data-objid="{{ issueid }}">

-             <span class="oi" data-glyph="pencil"></span>

+             <span class="oi" data-glyph="pencil" title="Edit comment"></span>

            </a>

            {% endif %}

            {% if id != 0 and g.fas_user and repo_admin or (

no initial comment

One small comment, otherwise :thumbsup:

rebased

7 years ago

2 new commits added

  • Add title attribute for replying to comment and editing the comment in issues and PRs.
  • Add Duplicate issue status
7 years ago

2 new commits added

  • Add title attribute for replying to comment and editing the comment in issues and PRs.
  • Add Duplicate issue status
7 years ago

Pull-Request has been merged by pingou

7 years ago