Skip to content

Commit

Permalink
Minor tweaks to satisfy the merge from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynperrone committed May 21, 2015
1 parent 4dc6930 commit 1fbc5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions cycledash/static/js/comments/components/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ var Comment = React.createClass({
return (
<tr>
<td className='location'>
<span className='run-id'>
<a href={`/runs/${comment.vcfId}/examine`}>Run {comment.vcfId}</a>
</span>
<a className='run-id' href={`/runs/${comment.vcfId}/examine`}>Run {comment.vcfId}</a>
<a className='location' href={this.urlForComment(comment)}>
{comment.contig}:{comment.position}
</a>
Expand Down
4 changes: 1 addition & 3 deletions cycledash/static/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ a.all-comments {
}
.comments .run-id {
padding-right: 0.5em;
}
.comments .run-id a {
color: black;
color: #000;
}
.comments .position {
font-family: "inconsolata", monospace;
Expand Down

0 comments on commit 1fbc5ba

Please sign in to comment.