diff --git a/app/views/qrcodes/index.html.erb b/app/views/qrcodes/index.html.erb index 0e0ffed..442ad34 100644 --- a/app/views/qrcodes/index.html.erb +++ b/app/views/qrcodes/index.html.erb @@ -10,8 +10,6 @@ -<%= link_to "New QR Code", new_qrcode_path %> +<%= link_to "Create new qr code", new_qrcode_path %>

nice.. it works

- -