Changeset - 72b234ec4ff4
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2016-12-04 22:53:36
mads@kiilerich.com
style: introduce well markup - preparing for Bootstrap but so far not used

Based on work by Dominik Ruf.
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/notifications/show_notification.html
Show inline comments
 
@@ -34,6 +34,7 @@
 
        </div>
 
        <div class="notification-body">
 
            <div class="notification-subject">${h.literal(c.notification.subject)}</div>
 
            <div class="well">
 
            %if c.notification.body:
 
                ${h.render_w_mentions(c.notification.body)}
 
            %endif
 
@@ -41,6 +42,7 @@
 
      </div>
 
    </div>
 
</div>
 
</div>
 
<script type="text/javascript">
 
var url = "${url('notification_delete', notification_id='__NOTIFICATION_ID__')}";
 
var main = "${url('notifications')}";
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -53,7 +53,7 @@
 
  <div class="ac">
 
  %if c.authuser.username != 'default':
 
    ${h.form('#', class_='inline-form')}
 
      <div class="clearfix">
 
      <div class="well well-sm clearfix">
 
        <div class="comment-help">${_('Commenting on line.')}
 
          <span class="text-muted">${_('Comments are in plain text. Use @username inside this text to notify another user.')|n}</span>
 
        </div>
0 comments (0 inline, 0 general)