Show More
@@ -2637,7 +2637,7 b' h3.files_location {' | |||||
2637 | left: initial; |
|
2637 | left: initial; | |
2638 | } |
|
2638 | } | |
2639 |
|
2639 | |||
2640 |
#graph_content .logtags .book |
|
2640 | #graph_content .logtags .booktag, | |
2641 | #graph_content .logtags .tagtag { |
|
2641 | #graph_content .logtags .tagtag { | |
2642 | float: left; |
|
2642 | float: left; | |
2643 | line-height: 1em; |
|
2643 | line-height: 1em; | |
@@ -2761,9 +2761,15 b' h3.files_location {' | |||||
2761 | margin: 0px 2px; |
|
2761 | margin: 0px 2px; | |
2762 | } |
|
2762 | } | |
2763 |
|
2763 | |||
|
2764 | #shortlog_data .branchtag, | |||
|
2765 | #shortlog_data .booktag, | |||
|
2766 | #shortlog_data .tagtag { | |||
|
2767 | margin: 0px 2px; | |||
|
2768 | } | |||
|
2769 | ||||
2764 | .branchtag, |
|
2770 | .branchtag, | |
2765 | .tagtag, |
|
2771 | .tagtag, | |
2766 |
.book |
|
2772 | .booktag, | |
2767 | .spantag { |
|
2773 | .spantag { | |
2768 | padding: 1px 3px 1px 3px; |
|
2774 | padding: 1px 3px 1px 3px; | |
2769 | font-size: 10px; |
|
2775 | font-size: 10px; | |
@@ -2777,14 +2783,14 b' h3.files_location {' | |||||
2777 |
|
2783 | |||
2778 | #graph_content .branchtag, |
|
2784 | #graph_content .branchtag, | |
2779 | #graph_content .tagtag, |
|
2785 | #graph_content .tagtag, | |
2780 |
#graph_content .book |
|
2786 | #graph_content .booktag { | |
2781 | margin: 1.1em 0; |
|
2787 | margin: 1.1em 0; | |
2782 | margin-right: 0.5em; |
|
2788 | margin-right: 0.5em; | |
2783 | } |
|
2789 | } | |
2784 |
|
2790 | |||
2785 | .branchtag, |
|
2791 | .branchtag, | |
2786 | .tagtag, |
|
2792 | .tagtag, | |
2787 |
.book |
|
2793 | .booktag { | |
2788 | float: left; |
|
2794 | float: left; | |
2789 | } |
|
2795 | } | |
2790 |
|
2796 | |||
@@ -2797,7 +2803,7 b' h3.files_location {' | |||||
2797 | display: block; |
|
2803 | display: block; | |
2798 | } |
|
2804 | } | |
2799 |
|
2805 | |||
2800 |
.book |
|
2806 | .booktag { | |
2801 | border-color: #46A546; |
|
2807 | border-color: #46A546; | |
2802 | color: #46A546; |
|
2808 | color: #46A546; | |
2803 | } |
|
2809 | } | |
@@ -2831,7 +2837,7 b' h3.files_location {' | |||||
2831 | text-decoration: none; |
|
2837 | text-decoration: none; | |
2832 | color: inherit; |
|
2838 | color: inherit; | |
2833 | } |
|
2839 | } | |
2834 |
.logbooks .book |
|
2840 | .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag { | |
2835 | padding: 1px 3px 1px 3px; |
|
2841 | padding: 1px 3px 1px 3px; | |
2836 | background-color: #46A546; |
|
2842 | background-color: #46A546; | |
2837 | font-size: 10px; |
|
2843 | font-size: 10px; | |
@@ -2840,14 +2846,14 b' h3.files_location {' | |||||
2840 | -webkit-border-radius: 3px; |
|
2846 | -webkit-border-radius: 3px; | |
2841 | border-radius: 3px; |
|
2847 | border-radius: 3px; | |
2842 | } |
|
2848 | } | |
2843 |
.logbooks .book |
|
2849 | .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a { | |
2844 | color: #ffffff; |
|
2850 | color: #ffffff; | |
2845 | } |
|
2851 | } | |
2846 |
|
2852 | |||
2847 |
.logbooks .book |
|
2853 | .logbooks .booktag, .logbooks .booktag a:hover, | |
2848 |
.logtags .book |
|
2854 | .logtags .booktag, .logtags .booktag a:hover, | |
2849 |
.book |
|
2855 | .booktag a, | |
2850 |
.book |
|
2856 | .booktag a:hover { | |
2851 | text-decoration: none; |
|
2857 | text-decoration: none; | |
2852 | color: inherit; |
|
2858 | color: inherit; | |
2853 | } |
|
2859 | } |
@@ -67,7 +67,7 b" myDataTable.subscribe('postRenderEvent'," | |||||
67 | var func = function(node){ |
|
67 | var func = function(node){ | |
68 | return node.parentNode.parentNode.parentNode.parentNode.parentNode; |
|
68 | return node.parentNode.parentNode.parentNode.parentNode.parentNode; | |
69 | } |
|
69 | } | |
70 |
q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .book |
|
70 | q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .booktag a'),func); | |
71 | }); |
|
71 | }); | |
72 |
|
72 | |||
73 | </script> |
|
73 | </script> |
@@ -13,7 +13,7 b'' | |||||
13 | <tr class="parity${cnt%2}"> |
|
13 | <tr class="parity${cnt%2}"> | |
14 | <td> |
|
14 | <td> | |
15 | <span class="logbooks"> |
|
15 | <span class="logbooks"> | |
16 |
<span class="book |
|
16 | <span class="booktag">${h.link_to(book[0], | |
17 | h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))}</span> |
|
17 | h.url('files_home',repo_name=c.repo_name,revision=book[1].raw_id))}</span> | |
18 | </span> |
|
18 | </span> | |
19 | </td> |
|
19 | </td> |
@@ -98,7 +98,7 b'' | |||||
98 | %endif |
|
98 | %endif | |
99 | %if h.is_hg(c.rhodecode_repo): |
|
99 | %if h.is_hg(c.rhodecode_repo): | |
100 | %for book in cs.bookmarks: |
|
100 | %for book in cs.bookmarks: | |
101 |
<div class="book |
|
101 | <div class="booktag" title="${_('Bookmark %s') % book}"> | |
102 | ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} |
|
102 | ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} | |
103 | </div> |
|
103 | </div> | |
104 | %endfor |
|
104 | %endfor |
@@ -83,7 +83,7 b'' | |||||
83 | %endif |
|
83 | %endif | |
84 | %if h.is_hg(c.rhodecode_repo): |
|
84 | %if h.is_hg(c.rhodecode_repo): | |
85 | %for book in cs.bookmarks: |
|
85 | %for book in cs.bookmarks: | |
86 |
<span class="book |
|
86 | <span class="booktag" title="${_('Bookmark %s') % book}"> | |
87 | ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} |
|
87 | ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} | |
88 | </span> |
|
88 | </span> | |
89 | %endfor |
|
89 | %endfor |
@@ -6,8 +6,7 b'' | |||||
6 | <th class="left">${_('Commit message')}</th> |
|
6 | <th class="left">${_('Commit message')}</th> | |
7 | <th class="left">${_('Age')}</th> |
|
7 | <th class="left">${_('Age')}</th> | |
8 | <th class="left">${_('Author')}</th> |
|
8 | <th class="left">${_('Author')}</th> | |
9 |
<th class="left">${_(' |
|
9 | <th class="left">${_('Refs')}</th> | |
10 | <th class="left">${_('Tags')}</th> |
|
|||
11 | </tr> |
|
10 | </tr> | |
12 | %for cnt,cs in enumerate(c.repo_changesets): |
|
11 | %for cnt,cs in enumerate(c.repo_changesets): | |
13 | <tr class="parity${cnt%2}"> |
|
12 | <tr class="parity${cnt%2}"> | |
@@ -37,20 +36,23 b'' | |||||
37 | </td> |
|
36 | </td> | |
38 | <td title="${cs.author}">${h.person(cs.author)}</td> |
|
37 | <td title="${cs.author}">${h.person(cs.author)}</td> | |
39 | <td> |
|
38 | <td> | |
40 | <span class="logtags"> |
|
39 | %if h.is_hg(c.rhodecode_repo): | |
41 |
% |
|
40 | %for book in cs.bookmarks: | |
42 | <span class="branchtag"> |
|
41 | <div class="booktag" title="${_('Bookmark %s') % book}"> | |
43 | ${cs.branch} |
|
42 | ${h.link_to(h.shorter(book),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} | |
44 |
</ |
|
43 | </div> | |
45 | %endif |
|
|||
46 | </span> |
|
|||
47 | </td> |
|
|||
48 | <td> |
|
|||
49 | <span class="logtags"> |
|
|||
50 | %for tag in cs.tags: |
|
|||
51 | <span class="tagtag">${tag}</span> |
|
|||
52 | %endfor |
|
44 | %endfor | |
53 |
|
|
45 | %endif | |
|
46 | %for tag in cs.tags: | |||
|
47 | <div class="tagtag" title="${_('Tag %s') % tag}"> | |||
|
48 | ${h.link_to(h.shorter(tag),h.url('files_home',repo_name=c.repo_name,revision=cs.raw_id))} | |||
|
49 | </div> | |||
|
50 | %endfor | |||
|
51 | %if cs.branch: | |||
|
52 | <div class="branchtag" title="${_('Branch %s' % cs.branch)}"> | |||
|
53 | ${h.link_to(h.shorter(cs.branch),h.url('changelog_home',repo_name=c.repo_name,branch=cs.branch))} | |||
|
54 | </div> | |||
|
55 | %endif | |||
54 | </td> |
|
56 | </td> | |
55 | </tr> |
|
57 | </tr> | |
56 | %endfor |
|
58 | %endfor |
General Comments 0
You need to be logged in to leave comments.
Login now