Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show random users on employer dashboard #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BostonREB
Copy link
Contributor

No description provided.

@@ -1,5 +1,6 @@
class DashboardsController < ApplicationController
def show
@user = current_user
@random_user = Mind.order("RANDOM()").limit(3)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer single-quoted strings when you don't need string interpolation or special symbols.

@jplisamaria
Copy link
Member

Ok...

<div id="skillschart<%= index %>" style="width: 800px; height:250px;"></div>

<script>
var chart; var chart<%= index %>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can just be: var chart, chart<%= index %>;.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants