Skip to content
Snippets Groups Projects
Commit ef646928 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

better presenting for group description

parent 87f555e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,6 +30,8 @@
border-color: #DDD;
}
 
.well { padding: 15px; }
/** HELPERS **/
.nothing_here_message {
text-align: center;
Loading
Loading
Loading
Loading
@@ -16,10 +16,9 @@
= f.text_area :description, maxlength: 250, class: "xxlarge js-gfm-input", rows: 4
 
.form-actions
= f.submit 'Create group', class: "btn btn-primary"
= f.submit 'Create group', class: "btn btn-create"
 
 
%hr
.padded
%ul
%li Group is kind of directory for several projects
Loading
Loading
- if @group.description.present?
.description
= @group.description
%hr
.projects
.activities.span8
= render "events/event_last_push", event: @last_push
Loading
Loading
@@ -17,6 +12,9 @@
%p.nothing_here_message Project activity will be displayed here
.loading.hide
.side.span4
- if @group.description.present?
.description.well.light
= @group.description
= render "projects", projects: @projects
%div
%span.rss-icon
Loading
Loading
Loading
Loading
@@ -18,7 +18,6 @@
.form-actions
= f.submit 'Create team', class: "btn btn-create"
 
%hr
.padded
%ul
%li All created teams are public (users can view who enter into team and which project are assigned for this team)
Loading
Loading
- if @team.description.present?
.description
= @team.description
%hr
.projects
.activities.span8
= link_to dashboard_path, class: 'btn btn-tiny' do
Loading
Loading
@@ -16,6 +11,9 @@
%p.nothing_here_message Projects activity will be displayed here
.loading.hide
.side.span4
- if @team.description.present?
.description.well.light
= @team.description
= render "projects", projects: @projects
%div
%span.rss-icon
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment