Skip to content

Commit

Permalink
GRN2-271: Removing redirection to "#" in invite participants copy but…
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennevvv authored Feb 14, 2020
1 parent b67bee2 commit 9fa79bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rooms/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="col-lg-5 col-md-12">
<div class="row">
<div class="col-sm-6">
<a href="#" id="copy" class="btn btn-primary btn-block mt-2">
<a id="copy" class="btn btn-primary btn-block mt-2">
<i class="fas fa-copy"></i>
<%= t("copy") %>
</a>
Expand Down

0 comments on commit 9fa79bc

Please sign in to comment.