Commit 7373dc10aa458385ec0d809877f882167528c4f4
1 parent
eac0df41
Exists in
master
and in
5 other branches
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,9 +51,6 @@ | ||
| 51 | <%= link_to block.owner.software_info.license_info.version, block.owner.software_info.license_info.link %> | 51 | <%= link_to block.owner.software_info.license_info.version, block.owner.software_info.license_info.link %> |
| 52 | </i> | 52 | </i> |
| 53 | </td> | 53 | </td> |
| 54 | - <td align="right"> | ||
| 55 | - <%= render "blocks/profile_info_actions/join_leave_community" %> | ||
| 56 | - </td> | ||
| 57 | </tr> | 54 | </tr> |
| 58 | </table> | 55 | </table> |
| 59 | <% end %> | 56 | <% end %> |