Changeset View
Changeset View
Standalone View
Standalone View
blog/templates/blog/blog_toolbar.html
| Show All 36 Lines | <div class="dropdown-menu dropdown-menu-right"> | ||||
| <a href="http://www.facebook.com/share.php?u=cloud.blender.org/blog/{{ post.post.slug }}" target="_blank" | <a href="http://www.facebook.com/share.php?u=cloud.blender.org/blog/{{ post.post.slug }}" target="_blank" | ||||
| class="dropdown-item"> | class="dropdown-item"> | ||||
| <i class="material-icons">facebook</i> | <i class="material-icons">facebook</i> | ||||
| <span>Share to Facebook</span> | <span>Share to Facebook</span> | ||||
| </a> | </a> | ||||
| </div> {% endcomment %} | </div> {% endcomment %} | ||||
| {% if user_can_edit_post %} | {% if user_can_edit_post %} | ||||
| <a href="{{ post.admin_url }}" class="btn btn-sm btn-icon btn-dark"> | <a href="{{ post.admin_url }}" class="btn btn-sm btn-icon btn-dark"> | ||||
| <i class="material-icons">edit</i> | <i class="material-icons">edit</i> | ||||
| </a> | </a> | ||||
| {% endif %} | {% endif %} | ||||
| <button data-toggle="dropdown" class="btn btn-sm btn-icon btn-dark"> | <button data-toggle="dropdown" class="btn btn-sm btn-icon btn-dark"> | ||||
| <i class="material-icons">more_horiz</i> | <i class="material-icons">more_horiz</i> | ||||
| </button> | </button> | ||||
| <div class="dropdown-menu dropdown-menu-right"> | <div class="dropdown-menu dropdown-menu-right"> | ||||
| <a href="https://developer.blender.org/maniphest/task/edit/form/15/" target="_blank" class="dropdown-item"> | <a href="https://developer.blender.org/maniphest/task/edit/form/15/" target="_blank" class="dropdown-item"> | ||||
| <i class="material-icons">flag</i> | <i class="material-icons">flag</i> | ||||
| <span>Report Problem</span> | <span>Report Problem</span> | ||||
| </a> | </a> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||