<% title "Manage #{@article.title}" %>
Dashboard 👉 Manage Your Post
<% if flash[:error] %>

Uh Oh! <%= flash[:error] %> 😬

<% end %> <% if flash[:success] %>

<%= flash[:success] %>

<% end %>

Tools:

Experience Level of Post: Is your post written more for a beginner or an advanced audience? Adjust this level as a gentle indicator which will help show the post to the people who will benefit the most.

Tips:

  1. Write your own tweet about the post, describing personally why you wrote it or why people might find it useful. We may retweet you.
  2. Share to link aggregators such as Reddit. Try to choose the most topic-specific subreddits, such as /r/javascript or /r/python, etc. Warning: jerks and trolls may be lurking.
  3. Share with your co-workers or local communities. Ask people to leave questions for you in the comments. It's a great way to spark additional discussion.
<%= render "dashboards/dashboard_article", article: @article, discussion_lock: @discussion_lock, organization: @article.organization, org_admin: @user.org_admin?(@article.organization), manage_view: true %>
<%= form_for(RatingVote.new) do |f| %>

Experience Level of Post

<%= f.hidden_field :article_id, value: @article.id %> <%= f.hidden_field :group, value: "experience_level" %>

Who is this post most relevant for?

👈 BeginnerExpert 👉

<% end %>