Changeset - 9c01335db346
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2017-02-02 03:14:17
mads@kiilerich.com
style: introduce Bootstrap markup for list-unstyled

Based on work by Dominik Ruf.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_visual.html
Show inline comments
 
@@ -97,7 +97,7 @@ ${h.form(url('admin_settings_visual'), m
 
                    <span class="help-block">${_('Parses meta tags from the repository description field and turns them into colored tags.')}</span>
 
                    <div>
 
                        ${_('Stylify recognised meta tags:')}
 
                        <ul> <!-- Fix style here -->
 
                        <ul class="list-unstyled"> <!-- Fix style here -->
 
                            <li>[featured] <span class="metatag" data-tag="featured">featured</span></li>
 
                            <li>[stale] <span class="metatag" data-tag="stale">stale</span></li>
 
                            <li>[dead] <span class="metatag" data-tag="dead">dead</span></li>
kallithea/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -258,7 +258,7 @@ ${self.repo_context_bar('showpullrequest
 
          <div>
 
            ${_('Click to add the repository owner as reviewer:')}
 
          </div>
 
          <ul style="margin-top: 10px">
 
          <ul class="list-unstyled">
 
            %for u in [c.pull_request.other_repo.owner]:
 
              <li>
 
                <a class="missing_reviewer missing_reviewer_${u.user_id}"
0 comments (0 inline, 0 general)