Commit 7373dc10aa458385ec0d809877f882167528c4f4

Authored by Arthur Esposte
1 parent eac0df41

Remove join/leave button from Software Information Block

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
views/blocks/software_information.html.erb
... ... @@ -51,9 +51,6 @@
51 51 <%= link_to block.owner.software_info.license_info.version, block.owner.software_info.license_info.link %>
52 52 </i>
53 53 </td>
54   - <td align="right">
55   - <%= render "blocks/profile_info_actions/join_leave_community" %>
56   - </td>
57 54 </tr>
58 55 </table>
59 56 <% end %>
... ...