Commit a951e6c4 authored by FulcrandG's avatar FulcrandG
Browse files

Adding a td block to force the side by side

parent d339fb4e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,18 +10,20 @@
- And more...
  {% endif %}

<div>
<td>
  <a alt="See all issues" href="{{linked_issues_url}}">
      <button class="md-button border-radius-10 md-button-center" >
          See all issues <img alt="" class="heart" src="/images/rocket.png">
      </button>
  </a>
</td>
<td>
  <a alt="Add an issue" href="{{create_issue_url}}">
      <button class="md-button border-radius-10 md-button-center" >
          Add an issue <img alt="" class="heart" src="/images/rocket.png">
      </button>
  </a>
</div>
</td>
{% endif %}

---