Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Postmill
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Postmill
Postmill
Commits
9733ea9b
Commit
9733ea9b
authored
Oct 09, 2017
by
Emma
😻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show message when user cannot create forums
parent
bdd41230
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
_list_macros.html.twig
templates/forum/_list_macros.html.twig
+7
-7
messages.en.yml
translations/messages.en.yml
+1
-0
No files found.
templates/forum/_list_macros.html.twig
View file @
9733ea9b
...
...
@@ -15,12 +15,12 @@
<h1
class=
"page-heading"
>
{{
'forum_list.page_title'
|
trans
}}
</h1>
{%
if
is_granted
(
'create_forum'
)
%}
{%
spaceless
%}
<
nav
class=
"horizontal-nav forum-list-bottom-nav"
>
<ul
>
<li><a
href=
"
{{
path
(
'create_forum'
)
}}
"
class=
"button"
>
{{
'forum_list.create_forum'
|
trans
}}
</a></li>
</ul
>
<
/nav
>
{%
endspaceless
%}
<p
role=
"navigation"
>
<
a
href=
"
{{
path
(
'create_forum'
)
}}
"
class=
"button"
>
{{
'forum_list.create_forum'
|
trans
}}
</a
>
</p
>
{%
elseif
is_granted
(
'ROLE_USER'
)
%}
<div
class=
"alert alert--notice"
>
<
p>
{{
'flash.you_cannot_create_forums_yet'
|
trans
}}
</p
>
</div>
{%
endif
%}
{%
endmacro
%}
translations/messages.en.yml
View file @
9733ea9b
...
...
@@ -114,6 +114,7 @@ flash:
submission_unlocked
:
The submission was unlocked.
submission_is_locked
:
The submission is locked. You cannot post new comments.
no_moderated_forums
:
You don't moderate any forums.
you_cannot_create_forums_yet
:
You cannot create forums yet.
forum
:
moderators
:
Moderators
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment