forked from trent_larson/crowd-funder-for-time-pwa
organizer can toggle admission to the meeting
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<h2 class="text-2xl">Current Meeting</h2>
|
||||
<button
|
||||
@click="startEditing"
|
||||
class="text-blue-600 hover:text-blue-800 transition-colors duration-200 ml-2"
|
||||
class="mb-4 text-blue-600 hover:text-blue-800 transition-colors duration-200 ml-2"
|
||||
title="Edit Meeting"
|
||||
>
|
||||
<fa icon="pen" class="fa-fw" />
|
||||
@@ -200,10 +200,10 @@
|
||||
</div>
|
||||
<router-link
|
||||
:to="onboardMeetingMembersLink()"
|
||||
class="inline-block px-4 text-blue-600"
|
||||
class="inline-block text-blue-600"
|
||||
target="_blank"
|
||||
>
|
||||
Open page that meeting members see
|
||||
Open shortcut page for members <fa icon="external-link" />
|
||||
</router-link>
|
||||
|
||||
<MembersList
|
||||
|
||||
Reference in New Issue
Block a user