<% title "Manage #{@article.title}" %>
Dashboard πŸ‘‰ Manage Your Post
<% if flash[:pins_error] %>

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

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

<%= flash[:pins_success] %>

<% end %>

Tools:

Suggest a Tweet: Help get your post in front of more <%= community_members_label %> by suggesting a tweet that ">@<%= SiteConfig.social_media_handles["twitter"] %> editors can use.

Experience Level of Post: The best target dev experience levelβ€” a gentle indicator to help show the post to the people who will benefit the most.

Tips:

  1. Make your own tweet about the post, describing personally why you wrote it or why people might find it useful. ">@<%= SiteConfig.social_media_handles["twitter"] %> may retweet you.
  2. Share to link aggregators such as Reddit. Try to choose the most topic-specific subreddits, such as /r/javascript instead of /r/programming. 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, organization: @article.organization, org_admin: @user.org_admin?(@article.organization), manage_view: true %> <% if @buffer_updates.any? %>
Tweet Suggestion Sent πŸ™
<% else %>
<%= form_for(BufferUpdate.new) do |f| %>

Suggest a Tweet

<%= f.hidden_field :article_id, value: @article.id %> <%= f.text_area :body_text, minlength: 10, maxlength: 220 %> <%= f.submit "Share Tweet Suggestion" %>

Suggestion can be a quote, summary, or bullet points from the post.

<% end %>
<% end %>
<%= 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?

πŸ‘ˆ Total NewbiesSenior Devs πŸ‘‰

<% end %>