[mb-commits] branch, mbs-5705, created. MBS-5705: Fix colspan on the artist 'appearances' tables
MusicBrainz Git Server <[email protected]> Tue, 22 Jan 2013 17:45:14 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TxhuM-0006sJ-7C@wiley> |
The branch, mbs-5705 has been created
at f75b6a13585cbfd2de20736dd2aed7ad7bfe44d7 (commit)
- Log -----------------------------------------------------------------
commit f75b6a13585cbfd2de20736dd2aed7ad7bfe44d7
Author: Oliver Charles <[email protected]>
Date: Tue Jan 22 17:44:52 2013 +0000
MBS-5705: Fix colspan on the artist 'appearances' tables
diff --git a/root/artist/relationships.tt b/root/artist/relationships.tt
index 8015fc3..fb4cc5a 100644
--- a/root/artist/relationships.tt
+++ b/root/artist/relationships.tt
@@ -24,7 +24,7 @@
<tr class="subh">
<th></th>
- <th colspan="3">[% l(relationship.key) %]</th>
+ <th colspan="[% c.user_exists ? 4 : 3 %]">[% l(relationship.key) %]</th>
</tr>
[% FOR rel IN relationship.value %]
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server