Commit 97a1b1f945480e3428cb350b7e6a689c028bddb2

Authored by Arthur Esposte
1 parent 23d69ce5

Add join/leave button to Software Information Block

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
views/blocks/software_information.html.erb
... ... @@ -34,12 +34,15 @@
34 34 </td>
35 35 </tr>
36 36 <tr>
37   - <td colspan="2">
  37 + <td>
38 38 <i>
39 39 <%= _("Licensed by ") %>
40 40 <%= link_to block.owner.software_info.license_info.version, block.owner.software_info.license_info.link %>
41 41 </i>
42 42 </td>
  43 + <td align="right">
  44 + <%= render "blocks/profile_info_actions/join_leave_community" %>
  45 + </td>
43 46 </tr>
44 47 </table>
45 48 <% end %>
... ...