Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
5d44a70e
Commit
5d44a70e
authored
Mar 11, 2014
by
Steffen van Bergerem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix different button sizes in new publisher
parent
766c6f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
app/views/publisher/_publisher_bootstrap.html.haml
app/views/publisher/_publisher_bootstrap.html.haml
+6
-3
No files found.
app/views/publisher/_publisher_bootstrap.html.haml
View file @
5d44a70e
...
...
@@ -44,7 +44,8 @@
.row-fluid.options_and_submit
.public_toggle
%button
.btn.btn-default.pull-left
#hide_publisher
{
:title
=>
t
(
'shared.publisher.discard_post'
)}
=
t
(
'cancel'
)
%span
.text
=
t
(
'cancel'
)
.btn-toolbar.pull-right
%span
#publisher_service_icons
...
...
@@ -57,10 +58,12 @@
=
render
:partial
=>
"publisher/aspect_dropdown"
,
:locals
=>
{
:selected_aspects
=>
selected_aspects
}
%button
{
:disabled
=>
(
"disabled"
if
publisher_hidden_text
.
blank?
),
:class
=>
'btn btn-default post_preview_button'
}
=
t
(
'shared.publisher.preview'
)
%span
.text
=
t
(
'shared.publisher.preview'
)
%button
#submit
.btn.btn-primary.creation
{
:disabled
=>
(
"disabled"
if
publisher_hidden_text
.
blank?
),
:tabindex
=>
2
}
=
t
(
'shared.publisher.share'
)
%span
.text
=
t
(
'shared.publisher.share'
)
.facebox_content
#question_mark_pane
...
...
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