Skip to content

Commit

Permalink
resized Google Hangouts button
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanhemani committed Aug 2, 2018
1 parent 9a7753e commit 892c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/stories/_project.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<% else %>
<% icon_and_link = Project.get_hangout_join_icon(project) %>
<%= link_to image_tag(icon_and_link[0]) + "Join Hangout here", icon_and_link[1], target: :_blank %>
<%= link_to image_tag(icon_and_link[0], :size => '128x128') + "Join Hangout here", icon_and_link[1], style: 'font-size:150%;', class: 'css_class', target: :_blank %>
<% end %>

</div>
Expand Down

0 comments on commit 892c56a

Please sign in to comment.